#B5640E

Color #B5640E Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #B5640E

Tints of Golden Brown #B5640E

Color information

#B5640E (or 0xB5640E) is unknown color: approx Golden Brown. HEX triplet: B5, 64 and 0E. RGB value is (181,100,14). Sum of RGB (Red+Green+Blue) = 181+100+14=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5640E is #4A9BF1. Grayscale: #727272. Windows color (decimal): -4889586 or 943285. OLE color: 943285.

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

Color convert

RGB18110014-
CMYK00.450.920.29
HSL30.9º85.64%38.24%-
HSV(B)30.9º92.27%70.98%-
XYZ23.6918.972.83-
YUV114.4271.34175.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 100 (39.45% from 255) = 33.90%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=61.36%
G=33.90%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811001400.450.920.2930.985.6438.24
HexB564E02D5C1D1f5626
Octal26514416055134353712646
Binary10110101110010011100101101101110011101111111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5640E; }

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

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

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

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

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

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

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

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