Html Css Color HEX #B57712 Dark Goldenrod

📋 copy color: '#B57712'

red 181 ◦ green 119 ◦ blue 18

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

Shades of Dark Goldenrod #B57712

Tints of Dark Goldenrod #B57712

RGB

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

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

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

R = 56.92%
G = 37.42%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B57712 (or 0xB57712) is known color: Dark Goldenrod. HEX triplet: B5, 77 and 12. RGB value is (181,119,18). Sum of RGB (Red+Green+Blue) = 181+119+18=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B57712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57712 is #4A88ED. Grayscale: #7E7E7E. Windows color (decimal): -4884718 or 1210293. OLE color: 1210293.

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

Color convert

RGB 181 119 18 -
CMYK 0 0.34 0.90 0.29
HSL 37.18º 0.82% 0.39% -
HSV(B) 37.18º 0.9% 0.71% -
XYZ 25.76 23.06 3.67 -
YUV 126.02 67.04 167.21 -
System Red Green Blue C M Y K H S L
Decimal 181 119 18 0 0.34 0.90 0.29 37.18 0.82 0.39
Hex B5 77 12 0 22 5A 1D 25 52 27
Octal 265 167 22 0 42 132 35 45 122 47
Binary 10110101 1110111 10010 0 100010 1011010 11101 100101 1010010 100111

Color Harmonies of #B57712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57712

Black with #B57712

Text Example


Text Example

White with #B57712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57712; }

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

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

background-color css

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

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

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

border-color css

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

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

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