Html Css Color HEX #BE744E Red Damask

📋 copy color: '#BE744E'

red 190 ◦ green 116 ◦ blue 78

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

Shades of Red Damask #BE744E

Tints of Red Damask #BE744E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

 BLUE value IS 78 (30.86% from 255) = 20.31%

R = 49.48%
G = 30.21%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE744E (or 0xBE744E) is known color: Red Damask. HEX triplet: BE, 74 and 4E. RGB value is (190,116,78). Sum of RGB (Red+Green+Blue) = 190+116+78=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE744E is #418BB1. Grayscale: #868686. Windows color (decimal): -4295602 or 5141694. OLE color: 5141694.

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

Color convert

RGB 190 116 78 -
CMYK 0 0.39 0.59 0.25
HSL 20.36º 0.46% 0.53% -
HSV(B) 20.36º 0.59% 0.75% -
XYZ 28.86 23.99 10.32 -
YUV 133.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 190 116 78 0 0.39 0.59 0.25 20.36 0.46 0.53
Hex BE 74 4E 0 27 3B 19 14 2E 35
Octal 276 164 116 0 47 73 31 24 56 65
Binary 10111110 1110100 1001110 0 100111 111011 11001 10100 101110 110101

Color Harmonies of #BE744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE744E

Black with #BE744E

Text Example


Text Example

White with #BE744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE744E; }

 p { color: rgb(190,116,78); }

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

background-color css

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

 a { background-color: rgb(190,116,78); }

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

border-color css

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

 span { border-color: rgb(190,116,78); }

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