#BE6B44

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

Shades of Red Damask #BE6B44

Tints of Red Damask #BE6B44

Color information

#BE6B44 (or 0xBE6B44) is unknown color: approx Red Damask. HEX triplet: BE, 6B and 44. RGB value is (190,107,68). Sum of RGB (Red+Green+Blue) = 190+107+68=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6B44 is #4194BB. Grayscale: #7F7F7F. Windows color (decimal): -4297916 or 4484030. OLE color: 4484030.

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

Color convert

RGB19010768-
CMYK00.440.640.25
HSL19.18º48.41%50.59%-
HSV(B)19.18º64.21%74.51%-
XYZ27.5421.888.24-
YUV127.3794.5172.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.05%
GREEN value IS 107 (42.19% from 255) = 29.32%
BLUE value IS 68 (26.95% from 255) = 18.63%
R=52.05%
G=29.32%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901076800.440.640.2519.1848.4150.59
HexBE6B4402C4019133033
Octal27615310405410031236063
Binary1011111011010111000100010110010000001100110011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B44; }

 p { color: rgb(190,107,68); }

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

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

 a { background-color: rgb(190,107,68); }

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

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

 span { border-color: rgb(190,107,68); }

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