Html Css Color HEX #B59010 Dark Goldenrod

📋 copy color: '#B59010'

red 181 ◦ green 144 ◦ blue 16

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

Shades of Dark Goldenrod #B59010

Tints of Dark Goldenrod #B59010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

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

R = 53.08%
G = 42.23%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B59010 (or 0xB59010) is known color: Dark Goldenrod. HEX triplet: B5, 90 and 10. RGB value is (181,144,16). Sum of RGB (Red+Green+Blue) = 181+144+16=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B59010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59010 is #4A6FEF. Grayscale: #8D8D8D. Windows color (decimal): -4878320 or 1085621. OLE color: 1085621.

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

Color convert

RGB 181 144 16 -
CMYK 0 0.20 0.91 0.29
HSL 46.55º 0.84% 0.39% -
HSV(B) 46.55º 0.91% 0.71% -
XYZ 29.12 29.81 4.71 -
YUV 140.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 181 144 16 0 0.20 0.91 0.29 46.55 0.84 0.39
Hex B5 90 10 0 14 5B 1D 2F 54 27
Octal 265 220 20 0 24 133 35 57 124 47
Binary 10110101 10010000 10000 0 10100 1011011 11101 101111 1010100 100111

Color Harmonies of #B59010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59010

Black with #B59010

Text Example


Text Example

White with #B59010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59010; }

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

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

background-color css

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

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

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

border-color css

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

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

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