Html Css Color HEX #B59505 Dark Goldenrod

📋 copy color: '#B59505'

red 181 ◦ green 149 ◦ blue 5

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

Shades of Dark Goldenrod #B59505

Tints of Dark Goldenrod #B59505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 54.03%
G = 44.48%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B59505 (or 0xB59505) is known color: Dark Goldenrod. HEX triplet: B5, 95 and 05. RGB value is (181,149,5). Sum of RGB (Red+Green+Blue) = 181+149+5=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B59505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B59505 is #4A6AFA. Grayscale: #8E8E8E. Windows color (decimal): -4877051 or 366005. OLE color: 366005.

HSL color Cylindrical-coordinate representation of color #B59505: hue angle of 49.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B59505 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 5 -
CMYK 0 0.18 0.97 0.29
HSL 49.09º 0.95% 0.36% -
HSV(B) 49.09º 0.97% 0.71% -
XYZ 29.83 31.33 4.62 -
YUV 142.15 50.6 155.71 -
System Red Green Blue C M Y K H S L
Decimal 181 149 5 0 0.18 0.97 0.29 49.09 0.95 0.36
Hex B5 95 5 0 12 61 1D 31 5F 24
Octal 265 225 5 0 22 141 35 61 137 44
Binary 10110101 10010101 101 0 10010 1100001 11101 110001 1011111 100100

Color Harmonies of #B59505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59505

Black with #B59505

Text Example


Text Example

White with #B59505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59505; }

 p { color: rgb(181,149,5); }

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

background-color css

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

 a { background-color: rgb(181,149,5); }

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

border-color css

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

 span { border-color: rgb(181,149,5); }

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