Html Css Color HEX #B57900 Dark Goldenrod

📋 copy color: '#B57900'

red 181 ◦ green 121 ◦ blue 0

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

Shades of Dark Goldenrod #B57900

Tints of Dark Goldenrod #B57900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

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

R = 59.93%
G = 40.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B57900 (or 0xB57900) is known color: Dark Goldenrod. HEX triplet: B5, 79 and 00. RGB value is (181,121,0). Sum of RGB (Red+Green+Blue) = 181+121+0=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B57900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57900 is #4A86FF. Grayscale: #7D7D7D. Windows color (decimal): -4884224 or 31157. OLE color: 31157.

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

Color convert

RGB 181 121 0 -
CMYK 0 0.33 1 0.29
HSL 40.11º 1% 0.35% -
HSV(B) 40.11º 1% 0.71% -
XYZ 25.89 23.5 3.17 -
YUV 125.15 57.38 167.84 -
System Red Green Blue C M Y K H S L
Decimal 181 121 0 0 0.33 1 0.29 40.11 1 0.35
Hex B5 79 0 0 21 64 1D 28 64 23
Octal 265 171 0 0 41 144 35 50 144 43
Binary 10110101 1111001 0 0 100001 1100100 11101 101000 1100100 100011

Color Harmonies of #B57900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57900

Black with #B57900

Text Example


Text Example

White with #B57900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57900; }

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

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

background-color css

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

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

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

border-color css

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

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

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