Html Css Color HEX #BB8B11 Dark Goldenrod

📋 copy color: '#BB8B11'

red 187 ◦ green 139 ◦ blue 17

#BB8B11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BB8B11

Tints of Dark Goldenrod #BB8B11

RGB

 RED value IS 187 (73.44% from 255) = 54.52%

 GREEN value IS 139 (54.69% from 255) = 40.52%

 BLUE value IS 17 (7.03% from 255) = 4.96%

R = 54.52%
G = 40.52%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB8B11 (or 0xBB8B11) is known color: Dark Goldenrod. HEX triplet: BB, 8B and 11. RGB value is (187,139,17). Sum of RGB (Red+Green+Blue) = 187+139+17=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8B11 is #4474EE. Grayscale: #8B8B8B. Windows color (decimal): -4486383 or 1149883. OLE color: 1149883.

HSL color Cylindrical-coordinate representation of color #BB8B11: hue angle of 43.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB8B11 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 139 17 -
CMYK 0 0.26 0.91 0.27
HSL 43.06º 0.83% 0.4% -
HSV(B) 43.06º 0.91% 0.73% -
XYZ 29.83 29.07 4.57 -
YUV 139.44 58.9 161.92 -
System Red Green Blue C M Y K H S L
Decimal 187 139 17 0 0.26 0.91 0.27 43.06 0.83 0.4
Hex BB 8B 11 0 1A 5B 1B 2B 53 28
Octal 273 213 21 0 32 133 33 53 123 50
Binary 10111011 10001011 10001 0 11010 1011011 11011 101011 1010011 101000

Color Harmonies of #BB8B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B11

Black with #BB8B11

Text Example


Text Example

White with #BB8B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B11; }

 p { color: rgb(187,139,17); }

 H1.HeaderClassName
 {
   color: #BB8B11;
 }
 .AnyTagClassName
 {
   color: #BB8B11;
 }
</style>

background-color css

<style>
 a { background-color: #BB8B11; }

 a { background-color: rgb(187,139,17); }

 div.DivClassName
 {
   background-color: #BB8B11;
 }
 .BgClassName
 {
   background-color: #BB8B11;
 }
</style>

border-color css

<style>
 span { border-color: #BB8B11; }

 span { border-color: rgb(187,139,17); }

 td.TdClassName
 {
   border-color: #BB8B11;
 }
 .TagClassName
 {
   border-color: #BB8B11;
 }
</style>