Html Css Color HEX #B57212 Dark Goldenrod

📋 copy color: '#B57212'

red 181 ◦ green 114 ◦ blue 18

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

Shades of Dark Goldenrod #B57212

Tints of Dark Goldenrod #B57212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 57.83%
G = 36.42%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B57212 (or 0xB57212) is known color: Dark Goldenrod. HEX triplet: B5, 72 and 12. RGB value is (181,114,18). Sum of RGB (Red+Green+Blue) = 181+114+18=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B57212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57212 is #4A8DED. Grayscale: #7B7B7B. Windows color (decimal): -4885998 or 1209013. OLE color: 1209013.

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

Color convert

RGB 181 114 18 -
CMYK 0 0.37 0.90 0.29
HSL 35.34º 0.82% 0.39% -
HSV(B) 35.34º 0.9% 0.71% -
XYZ 25.18 21.9 3.47 -
YUV 123.09 68.7 169.31 -
System Red Green Blue C M Y K H S L
Decimal 181 114 18 0 0.37 0.90 0.29 35.34 0.82 0.39
Hex B5 72 12 0 25 5A 1D 23 52 27
Octal 265 162 22 0 45 132 35 43 122 47
Binary 10110101 1110010 10010 0 100101 1011010 11101 100011 1010010 100111

Color Harmonies of #B57212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57212

Black with #B57212

Text Example


Text Example

White with #B57212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57212; }

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

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

background-color css

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

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

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

border-color css

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

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

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