Html Css Color HEX #BE6D4F Red Damask

📋 copy color: '#BE6D4F'

red 190 ◦ green 109 ◦ blue 79

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

Shades of Red Damask #BE6D4F

Tints of Red Damask #BE6D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.9%

R = 50.26%
G = 28.84%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE6D4F (or 0xBE6D4F) is known color: Red Damask. HEX triplet: BE, 6D and 4F. RGB value is (190,109,79). Sum of RGB (Red+Green+Blue) = 190+109+79=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D4F is #4192B0. Grayscale: #828282. Windows color (decimal): -4297393 or 5205438. OLE color: 5205438.

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

Color convert

RGB 190 109 79 -
CMYK 0 0.43 0.58 0.25
HSL 16.22º 0.46% 0.53% -
HSV(B) 16.22º 0.58% 0.75% -
XYZ 28.12 22.45 10.25 -
YUV 129.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 190 109 79 0 0.43 0.58 0.25 16.22 0.46 0.53
Hex BE 6D 4F 0 2B 3A 19 10 2E 35
Octal 276 155 117 0 53 72 31 20 56 65
Binary 10111110 1101101 1001111 0 101011 111010 11001 10000 101110 110101

Color Harmonies of #BE6D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6D4F

Black with #BE6D4F

Text Example


Text Example

White with #BE6D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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