#be4a48

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

Shades of Chestnut #BE4A48

Tints of Chestnut #BE4A48

Color information

#BE4A48 (or 0xBE4A48) is unknown color: approx Chestnut. HEX triplet: BE, 4A and 48. RGB value is (190,74,72). Sum of RGB (Red+Green+Blue) = 190+74+72=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A48 is #41B5B7. Grayscale: #6C6C6C. Windows color (decimal): -4306360 or 4737726. OLE color: 4737726.

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

Color convert

RGB1907472-
CMYK00.610.620.25
HSL1.02º47.58%51.37%-
HSV(B)1.02º62.11%74.51%-
XYZ24.8516.317.97-
YUV108.46107.43186.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 74 (29.30% from 255) = 22.02%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=56.55%
G=22.02%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190747200.610.620.251.0247.5851.37
HexBE4A4803D3E1913033
Octal276112110075763116063
Binary10111110100101010010000111101111110110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be4a48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be4a48; }

 p { color: rgb(190,74,72); }

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

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

 a { background-color: rgb(190,74,72); }

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

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

 span { border-color: rgb(190,74,72); }

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