Html Css Color HEX #B57700 Dark Goldenrod

📋 copy color: '#B57700'

red 181 ◦ green 119 ◦ blue 0

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

Shades of Dark Goldenrod #B57700

Tints of Dark Goldenrod #B57700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

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

R = 60.33%
G = 39.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B57700 (or 0xB57700) is known color: Dark Goldenrod. HEX triplet: B5, 77 and 00. RGB value is (181,119,0). Sum of RGB (Red+Green+Blue) = 181+119+0=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B57700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57700 is #4A88FF. Grayscale: #7C7C7C. Windows color (decimal): -4884736 or 30645. OLE color: 30645.

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

Color convert

RGB 181 119 0 -
CMYK 0 0.34 1 0.29
HSL 39.45º 1% 0.35% -
HSV(B) 39.45º 1% 0.71% -
XYZ 25.65 23.02 3.09 -
YUV 123.97 58.04 168.68 -
System Red Green Blue C M Y K H S L
Decimal 181 119 0 0 0.34 1 0.29 39.45 1 0.35
Hex B5 77 0 0 22 64 1D 27 64 23
Octal 265 167 0 0 42 144 35 47 144 43
Binary 10110101 1110111 0 0 100010 1100100 11101 100111 1100100 100011

Color Harmonies of #B57700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57700

Black with #B57700

Text Example


Text Example

White with #B57700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57700; }

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

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

background-color css

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

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

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

border-color css

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

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

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