Html Css Color HEX #BE6A50 Red Damask

📋 copy color: '#BE6A50'

red 190 ◦ green 106 ◦ blue 80

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

Shades of Red Damask #BE6A50

Tints of Red Damask #BE6A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 80 (31.64% from 255) = 21.28%

R = 50.53%
G = 28.19%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE6A50 (or 0xBE6A50) is known color: Red Damask. HEX triplet: BE, 6A and 50. RGB value is (190,106,80). Sum of RGB (Red+Green+Blue) = 190+106+80=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A50 is #4195AF. Grayscale: #808080. Windows color (decimal): -4298160 or 5270206. OLE color: 5270206.

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

Color convert

RGB 190 106 80 -
CMYK 0 0.44 0.58 0.25
HSL 14.18º 0.46% 0.53% -
HSV(B) 14.18º 0.58% 0.75% -
XYZ 27.84 21.83 10.34 -
YUV 128.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 190 106 80 0 0.44 0.58 0.25 14.18 0.46 0.53
Hex BE 6A 50 0 2C 3A 19 E 2E 35
Octal 276 152 120 0 54 72 31 16 56 65
Binary 10111110 1101010 1010000 0 101100 111010 11001 1110 101110 110101

Color Harmonies of #BE6A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A50

Black with #BE6A50

Text Example


Text Example

White with #BE6A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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