Html Css Color HEX #B88211 Dark Goldenrod

📋 copy color: '#B88211'

red 184 ◦ green 130 ◦ blue 17

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

Shades of Dark Goldenrod #B88211

Tints of Dark Goldenrod #B88211

RGB

 RED value IS 184 (72.27% from 255) = 55.59%

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

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

R = 55.59%
G = 39.27%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B88211 (or 0xB88211) is known color: Dark Goldenrod. HEX triplet: B8, 82 and 11. RGB value is (184,130,17). Sum of RGB (Red+Green+Blue) = 184+130+17=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B88211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88211 is #477DEE. Grayscale: #858585. Windows color (decimal): -4685295 or 1147576. OLE color: 1147576.

HSL color Cylindrical-coordinate representation of color #B88211: hue angle of 40.6º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B88211 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 17 -
CMYK 0 0.29 0.91 0.28
HSL 40.6º 0.83% 0.39% -
HSV(B) 40.6º 0.91% 0.72% -
XYZ 27.85 26.2 4.12 -
YUV 133.26 62.39 164.19 -
System Red Green Blue C M Y K H S L
Decimal 184 130 17 0 0.29 0.91 0.28 40.6 0.83 0.39
Hex B8 82 11 0 1D 5B 1C 29 53 27
Octal 270 202 21 0 35 133 34 51 123 47
Binary 10111000 10000010 10001 0 11101 1011011 11100 101001 1010011 100111

Color Harmonies of #B88211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88211

Black with #B88211

Text Example


Text Example

White with #B88211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88211; }

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

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

background-color css

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

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

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

border-color css

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

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

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