#B5660E

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

Shades of Golden Brown #B5660E

Tints of Golden Brown #B5660E

Color information

#B5660E (or 0xB5660E) is unknown color: approx Golden Brown. HEX triplet: B5, 66 and 0E. RGB value is (181,102,14). Sum of RGB (Red+Green+Blue) = 181+102+14=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5660E is #4A99F1. Grayscale: #747474. Windows color (decimal): -4889074 or 943797. OLE color: 943797.

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

Color convert

RGB18110214-
CMYK00.440.920.29
HSL31.62º85.64%38.24%-
HSV(B)31.62º92.27%70.98%-
XYZ23.8919.362.89-
YUV115.5970.67174.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 102 (40.23% from 255) = 34.34%
BLUE value IS 14 (5.86% from 255) = 4.71%
R=60.94%
G=34.34%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811021400.440.920.2931.6285.6438.24
HexB566E02C5C1D205626
Octal26514616054134354012646
Binary101101011100110111001011001011100111011000001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5660E; }

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

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

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

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

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

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

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

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