#B2640E

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

Shades of Golden Brown #B2640E

Tints of Golden Brown #B2640E

Color information

#B2640E (or 0xB2640E) is unknown color: approx Golden Brown. HEX triplet: B2, 64 and 0E. RGB value is (178,100,14). Sum of RGB (Red+Green+Blue) = 178+100+14=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2640E is #4D9BF1. Grayscale: #717171. Windows color (decimal): -5086194 or 943282. OLE color: 943282.

HSL color Cylindrical-coordinate representation of color #B2640E: hue angle of 31.46º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2640E is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17810014-
CMYK00.440.920.30
HSL31.46º85.42%37.65%-
HSV(B)31.46º92.13%69.8%-
XYZ2318.612.8-
YUV113.5271.84173.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.96%
GREEN value IS 100 (39.45% from 255) = 34.25%
BLUE value IS 14 (5.86% from 255) = 4.79%
R=60.96%
G=34.25%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781001400.440.920.3031.4685.4237.65
HexB264E02C5C1E1f5526
Octal26214416054134363712546
Binary10110010110010011100101100101110011110111111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2640E; }

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

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

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

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

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

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

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

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