Html Css Color HEX #B58812 Dark Goldenrod

📋 copy color: '#B58812'

red 181 ◦ green 136 ◦ blue 18

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

Shades of Dark Goldenrod #B58812

Tints of Dark Goldenrod #B58812

RGB

 RED value IS 181 (71.09% from 255) = 54.03%

 GREEN value IS 136 (53.52% from 255) = 40.6%

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

R = 54.03%
G = 40.6%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B58812 (or 0xB58812) is known color: Dark Goldenrod. HEX triplet: B5, 88 and 12. RGB value is (181,136,18). Sum of RGB (Red+Green+Blue) = 181+136+18=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B58812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58812 is #4A77ED. Grayscale: #888888. Windows color (decimal): -4880366 or 1214645. OLE color: 1214645.

HSL color Cylindrical-coordinate representation of color #B58812: hue angle of 43.44º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B58812 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 136 18 -
CMYK 0 0.25 0.90 0.29
HSL 43.44º 0.82% 0.39% -
HSV(B) 43.44º 0.9% 0.71% -
XYZ 27.97 27.48 4.4 -
YUV 136 61.41 160.09 -
System Red Green Blue C M Y K H S L
Decimal 181 136 18 0 0.25 0.90 0.29 43.44 0.82 0.39
Hex B5 88 12 0 19 5A 1D 2B 52 27
Octal 265 210 22 0 31 132 35 53 122 47
Binary 10110101 10001000 10010 0 11001 1011010 11101 101011 1010010 100111

Color Harmonies of #B58812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58812

Black with #B58812

Text Example


Text Example

White with #B58812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58812; }

 p { color: rgb(181,136,18); }

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

background-color css

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

 a { background-color: rgb(181,136,18); }

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

border-color css

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

 span { border-color: rgb(181,136,18); }

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