Html Css Color HEX #B58412 Dark Goldenrod

📋 copy color: '#B58412'

red 181 ◦ green 132 ◦ blue 18

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

Shades of Dark Goldenrod #B58412

Tints of Dark Goldenrod #B58412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

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

R = 54.68%
G = 39.88%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B58412 (or 0xB58412) is known color: Dark Goldenrod. HEX triplet: B5, 84 and 12. RGB value is (181,132,18). Sum of RGB (Red+Green+Blue) = 181+132+18=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B58412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58412 is #4A7BED. Grayscale: #868686. Windows color (decimal): -4881390 or 1213621. OLE color: 1213621.

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

Color convert

RGB 181 132 18 -
CMYK 0 0.27 0.90 0.29
HSL 41.96º 0.82% 0.39% -
HSV(B) 41.96º 0.9% 0.71% -
XYZ 27.42 26.37 4.22 -
YUV 133.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 181 132 18 0 0.27 0.90 0.29 41.96 0.82 0.39
Hex B5 84 12 0 1B 5A 1D 2A 52 27
Octal 265 204 22 0 33 132 35 52 122 47
Binary 10110101 10000100 10010 0 11011 1011010 11101 101010 1010010 100111

Color Harmonies of #B58412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58412

Black with #B58412

Text Example


Text Example

White with #B58412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58412; }

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

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

background-color css

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

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

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

border-color css

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

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

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