Html Css Color HEX #B57204 Dark Goldenrod

📋 copy color: '#B57204'

red 181 ◦ green 114 ◦ blue 4

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

Shades of Dark Goldenrod #B57204

Tints of Dark Goldenrod #B57204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 60.54%
G = 38.13%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B57204 (or 0xB57204) is known color: Dark Goldenrod. HEX triplet: B5, 72 and 04. RGB value is (181,114,4). Sum of RGB (Red+Green+Blue) = 181+114+4=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B57204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57204 is #4A8DFB. Grayscale: #797979. Windows color (decimal): -4886012 or 291509. OLE color: 291509.

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

Color convert

RGB 181 114 4 -
CMYK 0 0.37 0.98 0.29
HSL 37.29º 0.96% 0.36% -
HSV(B) 37.29º 0.98% 0.71% -
XYZ 25.1 21.87 3.01 -
YUV 121.49 61.7 170.44 -
System Red Green Blue C M Y K H S L
Decimal 181 114 4 0 0.37 0.98 0.29 37.29 0.96 0.36
Hex B5 72 4 0 25 62 1D 25 60 24
Octal 265 162 4 0 45 142 35 45 140 44
Binary 10110101 1110010 100 0 100101 1100010 11101 100101 1100000 100100

Color Harmonies of #B57204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57204

Black with #B57204

Text Example


Text Example

White with #B57204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57204; }

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

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

background-color css

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

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

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

border-color css

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

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

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