Html Css Color HEX #B58705 Dark Goldenrod

📋 copy color: '#B58705'

red 181 ◦ green 135 ◦ blue 5

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

Shades of Dark Goldenrod #B58705

Tints of Dark Goldenrod #B58705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.06%

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

R = 56.39%
G = 42.06%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B58705 (or 0xB58705) is known color: Dark Goldenrod. HEX triplet: B5, 87 and 05. RGB value is (181,135,5). Sum of RGB (Red+Green+Blue) = 181+135+5=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B58705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58705 is #4A78FA. Grayscale: #868686. Windows color (decimal): -4880635 or 362421. OLE color: 362421.

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

Color convert

RGB 181 135 5 -
CMYK 0 0.25 0.97 0.29
HSL 44.32º 0.95% 0.36% -
HSV(B) 44.32º 0.97% 0.71% -
XYZ 27.75 27.16 3.92 -
YUV 133.93 55.24 161.57 -
System Red Green Blue C M Y K H S L
Decimal 181 135 5 0 0.25 0.97 0.29 44.32 0.95 0.36
Hex B5 87 5 0 19 61 1D 2C 5F 24
Octal 265 207 5 0 31 141 35 54 137 44
Binary 10110101 10000111 101 0 11001 1100001 11101 101100 1011111 100100

Color Harmonies of #B58705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58705

Black with #B58705

Text Example


Text Example

White with #B58705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58705; }

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

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

background-color css

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

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

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

border-color css

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

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

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