Html Css Color HEX #BB8211 Dark Goldenrod

📋 copy color: '#BB8211'

red 187 ◦ green 130 ◦ blue 17

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

Shades of Dark Goldenrod #BB8211

Tints of Dark Goldenrod #BB8211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.92%

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

R = 55.99%
G = 38.92%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB8211 (or 0xBB8211) is known color: Dark Goldenrod. HEX triplet: BB, 82 and 11. RGB value is (187,130,17). Sum of RGB (Red+Green+Blue) = 187+130+17=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8211 is #447DEE. Grayscale: #868686. Windows color (decimal): -4488687 or 1147579. OLE color: 1147579.

HSL color Cylindrical-coordinate representation of color #BB8211: hue angle of 39.88º 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 #BB8211 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 17 -
CMYK 0 0.30 0.91 0.27
HSL 39.88º 0.83% 0.4% -
HSV(B) 39.88º 0.91% 0.73% -
XYZ 28.58 26.57 4.15 -
YUV 134.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 187 130 17 0 0.30 0.91 0.27 39.88 0.83 0.4
Hex BB 82 11 0 1E 5B 1B 28 53 28
Octal 273 202 21 0 36 133 33 50 123 50
Binary 10111011 10000010 10001 0 11110 1011011 11011 101000 1010011 101000

Color Harmonies of #BB8211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8211

Black with #BB8211

Text Example


Text Example

White with #BB8211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8211; }

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

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

background-color css

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

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

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

border-color css

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

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

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