Html Css Color HEX #B58210 Dark Goldenrod

📋 copy color: '#B58210'

red 181 ◦ green 130 ◦ blue 16

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

Shades of Dark Goldenrod #B58210

Tints of Dark Goldenrod #B58210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 55.35%
G = 39.76%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B58210 (or 0xB58210) is known color: Dark Goldenrod. HEX triplet: B5, 82 and 10. RGB value is (181,130,16). Sum of RGB (Red+Green+Blue) = 181+130+16=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B58210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58210 is #4A7DEF. Grayscale: #848484. Windows color (decimal): -4881904 or 1082037. OLE color: 1082037.

HSL color Cylindrical-coordinate representation of color #B58210: hue angle of 41.45º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B58210 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 130 16 -
CMYK 0 0.28 0.91 0.29
HSL 41.45º 0.84% 0.39% -
HSV(B) 41.45º 0.91% 0.71% -
XYZ 27.13 25.83 4.05 -
YUV 132.25 62.4 162.77 -
System Red Green Blue C M Y K H S L
Decimal 181 130 16 0 0.28 0.91 0.29 41.45 0.84 0.39
Hex B5 82 10 0 1C 5B 1D 29 54 27
Octal 265 202 20 0 34 133 35 51 124 47
Binary 10110101 10000010 10000 0 11100 1011011 11101 101001 1010100 100111

Color Harmonies of #B58210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58210

Black with #B58210

Text Example


Text Example

White with #B58210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58210; }

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

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

background-color css

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

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

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

border-color css

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

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

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