COLOR #BB763A

HEX: #BB763A
RGB: (187,118,58)

Color info

#BB763A contains mainly red color. Web safe color of #BB763A is #CC6633 (or #C63).

RGB color model

#BB763A color RGB value is (187,118,58).

  • red value is 187;
  • green value is 118;
  • blue value is 58.
RGB:
(187,118,58)
(73%,46%,23%)

RGB channels and saturation

R 187 of 255 = 73%
G 118 of 255 = 46%
B 58 of 255 = 23%

187
118
58

R + G + B ~ 47%. #BB763A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 118 + 58 = 363 (100%)
R 187 of 363 ~ 51.52%
G 118 of 363 ~ 32.51%
B 58 of 363 ~ 15.98%

%51.52
%32.51
%15.98

CMYK color model

#BB763A color CMYK value is (0,37,69,27).

  • cyan value is 0.00%
  • magenta value is 36.90%
  • yellow value is 68.98%
  • key color value is 26.67%
CMYK:
(0,37,69,27)
C0M37Y69K27 
(0%,37%,69%,27%)
(0.00/0.37/0.69/0.27)	

CMYK percentages

%0
%36.9
%68.98
%26.67

Codes

Color #BB763A in popluar color models

BB763A
RGB18711858
HSL28°52.65%48.04%
HSB/HSV28°68.98%73.33%
CMYK0.00%36.90%68.98%
26.67%

Color #BB763A in popluar number systems.

HEXBB763A
Decimal18711858
Binary101110111110110111010
Octal27316672

Shades and tints

Shades of #BB763A

#BB763A
(187,118,58)
#AA6C35
(170,108,53)
#996230
(153,98,48)
#88582B
(136,88,43)
#774E26
(119,78,38)
#664421
(102,68,33)
#553A1C
(85,58,28)
#443017
(68,48,23)
#332612
(51,38,18)
#221C0D
(34,28,13)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #BB763A

#BB763A
(187,118,58)
#C1824B
(193,130,75)
#C78E5C
(199,142,92)
#CD9A6D
(205,154,109)
#D3A67E
(211,166,126)
#D9B28F
(217,178,143)
#DFBEA0
(223,190,160)
#E5CAB1
(229,202,177)
#EBD6C2
(235,214,194)
#F1E2D3
(241,226,211)
#F7EEE4
(247,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB763A color. Also use rgb(187,118,58) instead hex code.

Text Font Color

.myTextColor { color: #BB763A; }

<p style="color:#BB763A">This sample text font color is #BB763A.</p>

This text font color is #BB763A.


Background Color

.myBgColor { background-color: #BB763A; }

<div style="background-color:#BB763A">Inner text</div>

This div background color is #BB763A.


Border color

.myBorderColor { border: 1px solid #BB763A; }

<div style="border:3px solid #BB763A">Div</div>

This div border color is #BB763A.


Opacity

.myOpacity80 { color: #BB763A; opacity: 0.8; }

<p style="color:#BB763A;opacity:0.8;">80%</p>

Text with #BB763A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB763A;}

<p style="text-shadow: 3px 3px 1px #BB763A">Text here.</p>

This text has shadow with #BB763A color.

.textShadow {text-shadow: 3px 3px 1px #BB763A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB763A, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB763A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB763A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB763A, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB763A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB763A;
  -webkit-box-shadow:	1px 1px 3px 2px #BB763A;
  box-shadow:		1px 1px 3px 2px #BB763A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB763A;
-webkit-box-shadow: 1px 1px 3px 2px #BB763A;
box-shadow:1px 1px 3px 2px #BB763A;">
Div content here</div>
This div box has shadow with color #BB763A.

Preview

Color preview on black background

This text has color #BB763A on black background.


Color preview on white background

This text has color #BB763A on white background.



Black color preview on #BB763A background

This text has black color on #BB763A background.


White color preview on #BB763A background

This text has white color on #BB763A background.