Html Css Color HEX #B58205 Dark Goldenrod

📋 copy color: '#B58205'

red 181 ◦ green 130 ◦ blue 5

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

Shades of Dark Goldenrod #B58205

Tints of Dark Goldenrod #B58205

RGB

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

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

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

R = 57.28%
G = 41.14%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B58205 (or 0xB58205) is known color: Dark Goldenrod. HEX triplet: B5, 82 and 05. RGB value is (181,130,5). Sum of RGB (Red+Green+Blue) = 181+130+5=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B58205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58205 is #4A7DFA. Grayscale: #838383. Windows color (decimal): -4881915 or 361141. OLE color: 361141.

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

Color convert

RGB 181 130 5 -
CMYK 0 0.28 0.97 0.29
HSL 42.61º 0.95% 0.36% -
HSV(B) 42.61º 0.97% 0.71% -
XYZ 27.07 25.8 3.7 -
YUV 131 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 181 130 5 0 0.28 0.97 0.29 42.61 0.95 0.36
Hex B5 82 5 0 1C 61 1D 2B 5F 24
Octal 265 202 5 0 34 141 35 53 137 44
Binary 10110101 10000010 101 0 11100 1100001 11101 101011 1011111 100100

Color Harmonies of #B58205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58205

Black with #B58205

Text Example


Text Example

White with #B58205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58205; }

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

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

background-color css

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

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

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

border-color css

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

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

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