Html Css Color HEX #BE6E4C Red Damask

📋 copy color: '#BE6E4C'

red 190 ◦ green 110 ◦ blue 76

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

Shades of Red Damask #BE6E4C

Tints of Red Damask #BE6E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.21%

R = 50.53%
G = 29.26%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE6E4C (or 0xBE6E4C) is known color: Red Damask. HEX triplet: BE, 6E and 4C. RGB value is (190,110,76). Sum of RGB (Red+Green+Blue) = 190+110+76=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6E4C is #4191B3. Grayscale: #828282. Windows color (decimal): -4297140 or 5009086. OLE color: 5009086.

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

Color convert

RGB 190 110 76 -
CMYK 0 0.42 0.60 0.25
HSL 17.89º 0.47% 0.52% -
HSV(B) 17.89º 0.6% 0.75% -
XYZ 28.12 22.62 9.72 -
YUV 130.04 97.5 170.76 -
System Red Green Blue C M Y K H S L
Decimal 190 110 76 0 0.42 0.60 0.25 17.89 0.47 0.52
Hex BE 6E 4C 0 2A 3C 19 12 2F 34
Octal 276 156 114 0 52 74 31 22 57 64
Binary 10111110 1101110 1001100 0 101010 111100 11001 10010 101111 110100

Color Harmonies of #BE6E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E4C

Black with #BE6E4C

Text Example


Text Example

White with #BE6E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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