Html Css Color HEX #B58212 Dark Goldenrod

📋 copy color: '#B58212'

red 181 ◦ green 130 ◦ blue 18

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

Shades of Dark Goldenrod #B58212

Tints of Dark Goldenrod #B58212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.51%

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

R = 55.02%
G = 39.51%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B58212 (or 0xB58212) is known color: Dark Goldenrod. HEX triplet: B5, 82 and 12. RGB value is (181,130,18). Sum of RGB (Red+Green+Blue) = 181+130+18=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B58212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58212 is #4A7DED. Grayscale: #848484. Windows color (decimal): -4881902 or 1213109. OLE color: 1213109.

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

Color convert

RGB 181 130 18 -
CMYK 0 0.28 0.90 0.29
HSL 41.23º 0.82% 0.39% -
HSV(B) 41.23º 0.9% 0.71% -
XYZ 27.15 25.83 4.13 -
YUV 132.48 63.4 162.61 -
System Red Green Blue C M Y K H S L
Decimal 181 130 18 0 0.28 0.90 0.29 41.23 0.82 0.39
Hex B5 82 12 0 1C 5A 1D 29 52 27
Octal 265 202 22 0 34 132 35 51 122 47
Binary 10110101 10000010 10010 0 11100 1011010 11101 101001 1010010 100111

Color Harmonies of #B58212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58212

Black with #B58212

Text Example


Text Example

White with #B58212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58212; }

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

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

background-color css

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

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

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

border-color css

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

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

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