Html Css Color HEX #BE6E4D Red Damask

📋 copy color: '#BE6E4D'

red 190 ◦ green 110 ◦ blue 77

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

Shades of Red Damask #BE6E4D

Tints of Red Damask #BE6E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 50.4%
G = 29.18%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE6E4D (or 0xBE6E4D) is known color: Red Damask. HEX triplet: BE, 6E and 4D. RGB value is (190,110,77). Sum of RGB (Red+Green+Blue) = 190+110+77=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E4D is #4191B2. Grayscale: #828282. Windows color (decimal): -4297139 or 5074622. OLE color: 5074622.

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

Color convert

RGB 190 110 77 -
CMYK 0 0.42 0.59 0.25
HSL 17.52º 0.47% 0.52% -
HSV(B) 17.52º 0.59% 0.75% -
XYZ 28.15 22.63 9.91 -
YUV 130.16 98 170.68 -
System Red Green Blue C M Y K H S L
Decimal 190 110 77 0 0.42 0.59 0.25 17.52 0.47 0.52
Hex BE 6E 4D 0 2A 3B 19 12 2F 34
Octal 276 156 115 0 52 73 31 22 57 64
Binary 10111110 1101110 1001101 0 101010 111011 11001 10010 101111 110100

Color Harmonies of #BE6E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E4D

Black with #BE6E4D

Text Example


Text Example

White with #BE6E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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