#BE4D45

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

Shades of Chestnut #BE4D45

Tints of Chestnut #BE4D45

Color information

#BE4D45 (or 0xBE4D45) is unknown color: approx Chestnut. HEX triplet: BE, 4D and 45. RGB value is (190,77,69). Sum of RGB (Red+Green+Blue) = 190+77+69=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D45 is #41B2BA. Grayscale: #6E6E6E. Windows color (decimal): -4305595 or 4541886. OLE color: 4541886.

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

Color convert

RGB1907769-
CMYK00.590.640.25
HSL3.97º48.21%50.78%-
HSV(B)3.97º63.68%74.51%-
XYZ24.9616.687.53-
YUV109.87104.94185.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=56.55%
G=22.92%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190776900.590.640.253.9748.2150.78
HexBE4D4503B401943033
Octal2761151050731003146063
Binary10111110100110110001010111011100000011001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4D45; }

 p { color: rgb(190,77,69); }

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

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

 a { background-color: rgb(190,77,69); }

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

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

 span { border-color: rgb(190,77,69); }

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