Html Css Color HEX #B57211 Dark Goldenrod

📋 copy color: '#B57211'

red 181 ◦ green 114 ◦ blue 17

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

Shades of Dark Goldenrod #B57211

Tints of Dark Goldenrod #B57211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 58.01%
G = 36.54%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B57211 (or 0xB57211) is known color: Dark Goldenrod. HEX triplet: B5, 72 and 11. RGB value is (181,114,17). Sum of RGB (Red+Green+Blue) = 181+114+17=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B57211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57211 is #4A8DEE. Grayscale: #7B7B7B. Windows color (decimal): -4885999 or 1143477. OLE color: 1143477.

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

Color convert

RGB 181 114 17 -
CMYK 0 0.37 0.91 0.29
HSL 35.49º 0.83% 0.39% -
HSV(B) 35.49º 0.91% 0.71% -
XYZ 25.17 21.9 3.43 -
YUV 122.98 68.2 169.39 -
System Red Green Blue C M Y K H S L
Decimal 181 114 17 0 0.37 0.91 0.29 35.49 0.83 0.39
Hex B5 72 11 0 25 5B 1D 23 53 27
Octal 265 162 21 0 45 133 35 43 123 47
Binary 10110101 1110010 10001 0 100101 1011011 11101 100011 1010011 100111

Color Harmonies of #B57211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57211

Black with #B57211

Text Example


Text Example

White with #B57211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57211; }

 p { color: rgb(181,114,17); }

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

background-color css

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

 a { background-color: rgb(181,114,17); }

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

border-color css

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

 span { border-color: rgb(181,114,17); }

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