Html Css Color HEX #B57000 Dark Goldenrod

📋 copy color: '#B57000'

red 181 ◦ green 112 ◦ blue 0

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

Shades of Dark Goldenrod #B57000

Tints of Dark Goldenrod #B57000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

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

R = 61.77%
G = 38.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B57000 (or 0xB57000) is known color: Dark Goldenrod. HEX triplet: B5, 70 and 00. RGB value is (181,112,0). Sum of RGB (Red+Green+Blue) = 181+112+0=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B57000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57000 is #4A8FFF. Grayscale: #787878. Windows color (decimal): -4886528 or 28853. OLE color: 28853.

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

Color convert

RGB 181 112 0 -
CMYK 0 0.38 1 0.29
HSL 37.13º 1% 0.35% -
HSV(B) 37.13º 1% 0.71% -
XYZ 24.85 21.41 2.82 -
YUV 119.86 60.36 171.61 -
System Red Green Blue C M Y K H S L
Decimal 181 112 0 0 0.38 1 0.29 37.13 1 0.35
Hex B5 70 0 0 26 64 1D 25 64 23
Octal 265 160 0 0 46 144 35 45 144 43
Binary 10110101 1110000 0 0 100110 1100100 11101 100101 1100100 100011

Color Harmonies of #B57000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57000

Black with #B57000

Text Example


Text Example

White with #B57000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57000; }

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

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

background-color css

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

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

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

border-color css

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

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

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