Html Css Color HEX #B57500 Dark Goldenrod

📋 copy color: '#B57500'

red 181 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #B57500

Tints of Dark Goldenrod #B57500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.74%
G = 39.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B57500 (or 0xB57500) is known color: Dark Goldenrod. HEX triplet: B5, 75 and 00. RGB value is (181,117,0). Sum of RGB (Red+Green+Blue) = 181+117+0=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B57500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57500 is #4A8AFF. Grayscale: #7B7B7B. Windows color (decimal): -4885248 or 30133. OLE color: 30133.

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

Color convert

RGB 181 117 0 -
CMYK 0 0.35 1 0.29
HSL 38.78º 1% 0.35% -
HSV(B) 38.78º 1% 0.71% -
XYZ 25.42 22.55 3.01 -
YUV 122.8 58.7 169.51 -
System Red Green Blue C M Y K H S L
Decimal 181 117 0 0 0.35 1 0.29 38.78 1 0.35
Hex B5 75 0 0 23 64 1D 27 64 23
Octal 265 165 0 0 43 144 35 47 144 43
Binary 10110101 1110101 0 0 100011 1100100 11101 100111 1100100 100011

Color Harmonies of #B57500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57500

Black with #B57500

Text Example


Text Example

White with #B57500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57500; }

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

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

background-color css

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

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

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

border-color css

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

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

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