Html Css Color HEX #B57205 Dark Goldenrod

📋 copy color: '#B57205'

red 181 ◦ green 114 ◦ blue 5

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

Shades of Dark Goldenrod #B57205

Tints of Dark Goldenrod #B57205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

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

R = 60.33%
G = 38%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B57205 (or 0xB57205) is known color: Dark Goldenrod. HEX triplet: B5, 72 and 05. RGB value is (181,114,5). Sum of RGB (Red+Green+Blue) = 181+114+5=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B57205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57205 is #4A8DFA. Grayscale: #7A7A7A. Windows color (decimal): -4886011 or 357045. OLE color: 357045.

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

Color convert

RGB 181 114 5 -
CMYK 0 0.37 0.97 0.29
HSL 37.16º 0.95% 0.36% -
HSV(B) 37.16º 0.97% 0.71% -
XYZ 25.1 21.87 3.04 -
YUV 121.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 181 114 5 0 0.37 0.97 0.29 37.16 0.95 0.36
Hex B5 72 5 0 25 61 1D 25 5F 24
Octal 265 162 5 0 45 141 35 45 137 44
Binary 10110101 1110010 101 0 100101 1100001 11101 100101 1011111 100100

Color Harmonies of #B57205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57205

Black with #B57205

Text Example


Text Example

White with #B57205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57205; }

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

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

background-color css

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

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

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

border-color css

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

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

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