#B2640B

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

Shades of Golden Brown #B2640B

Tints of Golden Brown #B2640B

Color information

#B2640B (or 0xB2640B) is unknown color: approx Golden Brown. HEX triplet: B2, 64 and 0B. RGB value is (178,100,11). Sum of RGB (Red+Green+Blue) = 178+100+11=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2640B is #4D9BF4. Grayscale: #717171. Windows color (decimal): -5086197 or 746674. OLE color: 746674.

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

Color convert

RGB17810011-
CMYK00.440.940.30
HSL31.98º88.36%37.06%-
HSV(B)31.98º93.82%69.8%-
XYZ22.9818.62.7-
YUV113.1870.34174.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.59%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 11 (4.69% from 255) = 3.81%
R=61.59%
G=34.60%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781001100.440.940.3031.9888.3637.06
HexB264B02C5E1E205825
Octal26214413054136364013045
Binary101100101100100101101011001011110111101000001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2640B; }

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

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

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

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

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

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

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

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