#BE6A4B

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

Shades of Red Damask #BE6A4B

Tints of Red Damask #BE6A4B

Color information

#BE6A4B (or 0xBE6A4B) is unknown color: approx Red Damask. HEX triplet: BE, 6A and 4B. RGB value is (190,106,75). Sum of RGB (Red+Green+Blue) = 190+106+75=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6A4B is #4195B4. Grayscale: #7F7F7F. Windows color (decimal): -4298165 or 4942526. OLE color: 4942526.

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

Color convert

RGB19010675-
CMYK00.440.610.25
HSL16.17º46.94%51.96%-
HSV(B)16.17º60.53%74.51%-
XYZ27.6621.769.4-
YUV127.5898.33172.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.21%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 75 (29.69% from 255) = 20.22%
R=51.21%
G=28.57%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901067500.440.610.2516.1746.9451.96
HexBE6A4B02C3D19102f34
Octal2761521130547531205764
Binary101111101101010100101101011001111011100110000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A4B; }

 p { color: rgb(190,106,75); }

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

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

 a { background-color: rgb(190,106,75); }

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

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

 span { border-color: rgb(190,106,75); }

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