Html Css Color HEX #B88311 Dark Goldenrod

📋 copy color: '#B88311'

red 184 ◦ green 131 ◦ blue 17

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

Shades of Dark Goldenrod #B88311

Tints of Dark Goldenrod #B88311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.46%

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

R = 55.42%
G = 39.46%
B = 5.12%

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

#B88311 (or 0xB88311) is known color: Dark Goldenrod. HEX triplet: B8, 83 and 11. RGB value is (184,131,17). Sum of RGB (Red+Green+Blue) = 184+131+17=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B88311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88311 is #477CEE. Grayscale: #868686. Windows color (decimal): -4685039 or 1147832. OLE color: 1147832.

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

Color convert

RGB 184 131 17 -
CMYK 0 0.29 0.91 0.28
HSL 40.96º 0.83% 0.39% -
HSV(B) 40.96º 0.91% 0.72% -
XYZ 27.98 26.46 4.16 -
YUV 133.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 184 131 17 0 0.29 0.91 0.28 40.96 0.83 0.39
Hex B8 83 11 0 1D 5B 1C 29 53 27
Octal 270 203 21 0 35 133 34 51 123 47
Binary 10111000 10000011 10001 0 11101 1011011 11100 101001 1010011 100111

Color Harmonies of #B88311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88311

Black with #B88311

Text Example


Text Example

White with #B88311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88311; }

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

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

background-color css

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

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

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

border-color css

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

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

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