Html Css Color HEX #BE6E52 Red Damask

📋 copy color: '#BE6E52'

red 190 ◦ green 110 ◦ blue 82

#BE6E52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #BE6E52

Tints of Red Damask #BE6E52

RGB

 RED value IS 190 (74.61% from 255) = 49.74%

 GREEN value IS 110 (43.36% from 255) = 28.8%

 BLUE value IS 82 (32.42% from 255) = 21.47%

R = 49.74%
G = 28.8%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE6E52 (or 0xBE6E52) is known color: Red Damask. HEX triplet: BE, 6E and 52. RGB value is (190,110,82). Sum of RGB (Red+Green+Blue) = 190+110+82=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E52 is #4191AD. Grayscale: #828282. Windows color (decimal): -4297134 or 5402302. OLE color: 5402302.

HSL color Cylindrical-coordinate representation of color #BE6E52: hue angle of 15.56º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE6E52 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 110 82 -
CMYK 0 0.42 0.57 0.25
HSL 15.56º 0.45% 0.53% -
HSV(B) 15.56º 0.57% 0.75% -
XYZ 28.33 22.71 10.87 -
YUV 130.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 190 110 82 0 0.42 0.57 0.25 15.56 0.45 0.53
Hex BE 6E 52 0 2A 39 19 10 2D 35
Octal 276 156 122 0 52 71 31 20 55 65
Binary 10111110 1101110 1010010 0 101010 111001 11001 10000 101101 110101

Color Harmonies of #BE6E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E52

Black with #BE6E52

Text Example


Text Example

White with #BE6E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E52; }

 p { color: rgb(190,110,82); }

 H1.HeaderClassName
 {
   color: #BE6E52;
 }
 .AnyTagClassName
 {
   color: #BE6E52;
 }
</style>

background-color css

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

 a { background-color: rgb(190,110,82); }

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

border-color css

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

 span { border-color: rgb(190,110,82); }

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