#BE6F4B

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

Shades of Red Damask #BE6F4B

Tints of Red Damask #BE6F4B

Color information

#BE6F4B (or 0xBE6F4B) is unknown color: approx Red Damask. HEX triplet: BE, 6F and 4B. RGB value is (190,111,75). Sum of RGB (Red+Green+Blue) = 190+111+75=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6F4B is #4190B4. Grayscale: #828282. Windows color (decimal): -4296885 or 4943806. OLE color: 4943806.

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

Color convert

RGB19011175-
CMYK00.420.610.25
HSL18.78º46.94%51.96%-
HSV(B)18.78º60.53%74.51%-
XYZ28.1922.829.58-
YUV130.5296.67170.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 75 (29.69% from 255) = 19.95%
R=50.53%
G=29.52%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901117500.420.610.2518.7846.9451.96
HexBE6F4B02A3D19132f34
Octal2761571130527531235764
Binary101111101101111100101101010101111011100110011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F4B; }

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

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

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

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

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

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

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

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