Html Css Color HEX #B88512 Dark Goldenrod

📋 copy color: '#B88512'

red 184 ◦ green 133 ◦ blue 18

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

Shades of Dark Goldenrod #B88512

Tints of Dark Goldenrod #B88512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

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

R = 54.93%
G = 39.7%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B88512 (or 0xB88512) is known color: Dark Goldenrod. HEX triplet: B8, 85 and 12. RGB value is (184,133,18). Sum of RGB (Red+Green+Blue) = 184+133+18=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B88512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88512 is #477AED. Grayscale: #878787. Windows color (decimal): -4684526 or 1213880. OLE color: 1213880.

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

Color convert

RGB 184 133 18 -
CMYK 0 0.28 0.90 0.28
HSL 41.57º 0.82% 0.4% -
HSV(B) 41.57º 0.9% 0.72% -
XYZ 28.26 27.01 4.3 -
YUV 135.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 184 133 18 0 0.28 0.90 0.28 41.57 0.82 0.4
Hex B8 85 12 0 1C 5A 1C 2A 52 28
Octal 270 205 22 0 34 132 34 52 122 50
Binary 10111000 10000101 10010 0 11100 1011010 11100 101010 1010010 101000

Color Harmonies of #B88512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88512

Black with #B88512

Text Example


Text Example

White with #B88512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88512; }

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

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

background-color css

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

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

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

border-color css

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

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

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