#B5770E

Color #B5770E Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B5770E

Tints of Dark Goldenrod #B5770E

Color information

#B5770E (or 0xB5770E) is unknown color: approx Dark Goldenrod. HEX triplet: B5, 77 and 0E. RGB value is (181,119,14). Sum of RGB (Red+Green+Blue) = 181+119+14=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B5770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5770E is #4A88F1. Grayscale: #7E7E7E. Windows color (decimal): -4884722 or 948149. OLE color: 948149.

HSL color Cylindrical-coordinate representation of color #B5770E: hue angle of 37.72º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5770E is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18111914-
CMYK00.340.920.29
HSL37.72º85.64%38.24%-
HSV(B)37.72º92.27%70.98%-
XYZ25.7323.053.51-
YUV125.5765.04167.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.64%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 14 (5.86% from 255) = 4.46%
R=57.64%
G=37.90%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811191400.340.920.2937.7285.6438.24
HexB577E0225C1D265626
Octal26516716042134354612646
Binary101101011110111111001000101011100111011001101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5770E; }

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

 H1.HeaderClassName
 {
   color: #B5770E;
 }
 .AnyTagClassName
 {
   color: #B5770E;
 }
</style>
background-color css

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

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

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

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

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

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