#BE6B48

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

Shades of Red Damask #BE6B48

Tints of Red Damask #BE6B48

Color information

#BE6B48 (or 0xBE6B48) is unknown color: approx Red Damask. HEX triplet: BE, 6B and 48. RGB value is (190,107,72). Sum of RGB (Red+Green+Blue) = 190+107+72=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6B48 is #4194B7. Grayscale: #808080. Windows color (decimal): -4297912 or 4746174. OLE color: 4746174.

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

Color convert

RGB19010772-
CMYK00.440.620.25
HSL17.8º47.58%51.37%-
HSV(B)17.8º62.11%74.51%-
XYZ27.6621.938.91-
YUV127.8396.5172.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=51.49%
G=29.00%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901077200.440.620.2517.847.5851.37
HexBE6B4802C3E19123033
Octal2761531100547631226063
Binary101111101101011100100001011001111101100110010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B48; }

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

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

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

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

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

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

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

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