Html Css Color HEX #B58312 Dark Goldenrod

📋 copy color: '#B58312'

red 181 ◦ green 131 ◦ blue 18

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

Shades of Dark Goldenrod #B58312

Tints of Dark Goldenrod #B58312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 54.85%
G = 39.7%
B = 5.45%

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

#B58312 (or 0xB58312) is known color: Dark Goldenrod. HEX triplet: B5, 83 and 12. RGB value is (181,131,18). Sum of RGB (Red+Green+Blue) = 181+131+18=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B58312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58312 is #4A7CED. Grayscale: #858585. Windows color (decimal): -4881646 or 1213365. OLE color: 1213365.

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

Color convert

RGB 181 131 18 -
CMYK 0 0.28 0.90 0.29
HSL 41.6º 0.82% 0.39% -
HSV(B) 41.6º 0.9% 0.71% -
XYZ 27.28 26.1 4.17 -
YUV 133.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 181 131 18 0 0.28 0.90 0.29 41.6 0.82 0.39
Hex B5 83 12 0 1C 5A 1D 2A 52 27
Octal 265 203 22 0 34 132 35 52 122 47
Binary 10110101 10000011 10010 0 11100 1011010 11101 101010 1010010 100111

Color Harmonies of #B58312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58312

Black with #B58312

Text Example


Text Example

White with #B58312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58312; }

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

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

background-color css

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

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

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

border-color css

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

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

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