Html Css Color HEX #B88012 Dark Goldenrod

📋 copy color: '#B88012'

red 184 ◦ green 128 ◦ blue 18

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

Shades of Dark Goldenrod #B88012

Tints of Dark Goldenrod #B88012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

 BLUE value IS 18 (7.42% from 255) = 5.45%

R = 55.76%
G = 38.79%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B88012 (or 0xB88012) is known color: Dark Goldenrod. HEX triplet: B8, 80 and 12. RGB value is (184,128,18). Sum of RGB (Red+Green+Blue) = 184+128+18=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B88012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88012 is #477FED. Grayscale: #848484. Windows color (decimal): -4685806 or 1212600. OLE color: 1212600.

HSL color Cylindrical-coordinate representation of color #B88012: hue angle of 39.76º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B88012 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 128 18 -
CMYK 0 0.30 0.90 0.28
HSL 39.76º 0.82% 0.4% -
HSV(B) 39.76º 0.9% 0.72% -
XYZ 27.6 25.67 4.07 -
YUV 132.2 63.55 164.94 -
System Red Green Blue C M Y K H S L
Decimal 184 128 18 0 0.30 0.90 0.28 39.76 0.82 0.4
Hex B8 80 12 0 1E 5A 1C 28 52 28
Octal 270 200 22 0 36 132 34 50 122 50
Binary 10111000 10000000 10010 0 11110 1011010 11100 101000 1010010 101000

Color Harmonies of #B88012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88012

Black with #B88012

Text Example


Text Example

White with #B88012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88012; }

 p { color: rgb(184,128,18); }

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

background-color css

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

 a { background-color: rgb(184,128,18); }

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

border-color css

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

 span { border-color: rgb(184,128,18); }

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