Html Css Color HEX #BE6D4D Red Damask

📋 copy color: '#BE6D4D'

red 190 ◦ green 109 ◦ blue 77

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

Shades of Red Damask #BE6D4D

Tints of Red Damask #BE6D4D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

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

R = 50.53%
G = 28.99%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE6D4D (or 0xBE6D4D) is known color: Red Damask. HEX triplet: BE, 6D and 4D. RGB value is (190,109,77). Sum of RGB (Red+Green+Blue) = 190+109+77=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D4D is #4192B2. Grayscale: #818181. Windows color (decimal): -4297395 or 5074366. OLE color: 5074366.

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

Color convert

RGB 190 109 77 -
CMYK 0 0.43 0.59 0.25
HSL 16.99º 0.47% 0.52% -
HSV(B) 16.99º 0.59% 0.75% -
XYZ 28.04 22.42 9.87 -
YUV 129.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 190 109 77 0 0.43 0.59 0.25 16.99 0.47 0.52
Hex BE 6D 4D 0 2B 3B 19 11 2F 34
Octal 276 155 115 0 53 73 31 21 57 64
Binary 10111110 1101101 1001101 0 101011 111011 11001 10001 101111 110100

Color Harmonies of #BE6D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D4D

Black with #BE6D4D

Text Example


Text Example

White with #BE6D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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