Html Css Color HEX #B57100 Dark Goldenrod

📋 copy color: '#B57100'

red 181 ◦ green 113 ◦ blue 0

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

Shades of Dark Goldenrod #B57100

Tints of Dark Goldenrod #B57100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.44%

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

R = 61.56%
G = 38.44%
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

#B57100 (or 0xB57100) is known color: Dark Goldenrod. HEX triplet: B5, 71 and 00. RGB value is (181,113,0). Sum of RGB (Red+Green+Blue) = 181+113+0=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B57100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57100 is #4A8EFF. Grayscale: #787878. Windows color (decimal): -4886272 or 29109. OLE color: 29109.

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

Color convert

RGB 181 113 0 -
CMYK 0 0.38 1 0.29
HSL 37.46º 1% 0.35% -
HSV(B) 37.46º 1% 0.71% -
XYZ 24.96 21.63 2.86 -
YUV 120.45 60.03 171.19 -
System Red Green Blue C M Y K H S L
Decimal 181 113 0 0 0.38 1 0.29 37.46 1 0.35
Hex B5 71 0 0 26 64 1D 25 64 23
Octal 265 161 0 0 46 144 35 45 144 43
Binary 10110101 1110001 0 0 100110 1100100 11101 100101 1100100 100011

Color Harmonies of #B57100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57100

Black with #B57100

Text Example


Text Example

White with #B57100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57100; }

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

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

background-color css

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

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

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

border-color css

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

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

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