#BE6C48

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

Shades of Red Damask #BE6C48

Tints of Red Damask #BE6C48

Color information

#BE6C48 (or 0xBE6C48) is unknown color: approx Red Damask. HEX triplet: BE, 6C and 48. RGB value is (190,108,72). Sum of RGB (Red+Green+Blue) = 190+108+72=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6C48 is #4193B7. Grayscale: #808080. Windows color (decimal): -4297656 or 4746430. OLE color: 4746430.

HSL color Cylindrical-coordinate representation of color #BE6C48: hue angle of 18.31º 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 #BE6C48 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB19010872-
CMYK00.430.620.25
HSL18.31º47.58%51.37%-
HSV(B)18.31º62.11%74.51%-
XYZ27.7722.148.94-
YUV128.4196.17171.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.35%
GREEN value IS 108 (42.58% from 255) = 29.19%
BLUE value IS 72 (28.52% from 255) = 19.46%
R=51.35%
G=29.19%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901087200.430.620.2518.3147.5851.37
HexBE6C4802B3E19123033
Octal2761541100537631226063
Binary101111101101100100100001010111111101100110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C48; }

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

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

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

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

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

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

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

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