#BE4B46

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

Shades of Chestnut #BE4B46

Tints of Chestnut #BE4B46

Color information

#BE4B46 (or 0xBE4B46) is unknown color: approx Chestnut. HEX triplet: BE, 4B and 46. RGB value is (190,75,70). Sum of RGB (Red+Green+Blue) = 190+75+70=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B46 is #41B4B9. Grayscale: #6C6C6C. Windows color (decimal): -4306106 or 4606910. OLE color: 4606910.

HSL color Cylindrical-coordinate representation of color #BE4B46: hue angle of 2.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4B46 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1907570-
CMYK00.610.630.25
HSL2.5º48%50.98%-
HSV(B)2.5º63.16%74.51%-
XYZ24.8616.427.65-
YUV108.82106.1185.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 75 (29.69% from 255) = 22.39%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=56.72%
G=22.39%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190757000.610.630.252.54850.98
HexBE4B4603D3F1933033
Octal276113106075773136063
Binary101111101001011100011001111011111111100111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B46; }

 p { color: rgb(190,75,70); }

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

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

 a { background-color: rgb(190,75,70); }

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

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

 span { border-color: rgb(190,75,70); }

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