Html Css Color HEX #B57504 Dark Goldenrod

📋 copy color: '#B57504'

red 181 ◦ green 117 ◦ blue 4

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

Shades of Dark Goldenrod #B57504

Tints of Dark Goldenrod #B57504

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 59.93%
G = 38.74%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B57504 (or 0xB57504) is known color: Dark Goldenrod. HEX triplet: B5, 75 and 04. RGB value is (181,117,4). Sum of RGB (Red+Green+Blue) = 181+117+4=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B57504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57504 is #4A8AFB. Grayscale: #7B7B7B. Windows color (decimal): -4885244 or 292277. OLE color: 292277.

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

Color convert

RGB 181 117 4 -
CMYK 0 0.35 0.98 0.29
HSL 38.31º 0.96% 0.36% -
HSV(B) 38.31º 0.98% 0.71% -
XYZ 25.44 22.56 3.13 -
YUV 123.25 60.7 169.19 -
System Red Green Blue C M Y K H S L
Decimal 181 117 4 0 0.35 0.98 0.29 38.31 0.96 0.36
Hex B5 75 4 0 23 62 1D 26 60 24
Octal 265 165 4 0 43 142 35 46 140 44
Binary 10110101 1110101 100 0 100011 1100010 11101 100110 1100000 100100

Color Harmonies of #B57504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57504

Black with #B57504

Text Example


Text Example

White with #B57504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57504; }

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

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

background-color css

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

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

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

border-color css

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

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

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