Html Css Color HEX #BE754E Red Damask

📋 copy color: '#BE754E'

red 190 ◦ green 117 ◦ blue 78

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

Shades of Red Damask #BE754E

Tints of Red Damask #BE754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.39%

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

R = 49.35%
G = 30.39%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE754E (or 0xBE754E) is known color: Red Damask. HEX triplet: BE, 75 and 4E. RGB value is (190,117,78). Sum of RGB (Red+Green+Blue) = 190+117+78=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE754E is #418AB1. Grayscale: #868686. Windows color (decimal): -4295346 or 5141950. OLE color: 5141950.

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

Color convert

RGB 190 117 78 -
CMYK 0 0.38 0.59 0.25
HSL 20.89º 0.46% 0.53% -
HSV(B) 20.89º 0.59% 0.75% -
XYZ 28.97 24.22 10.36 -
YUV 134.38 96.18 167.67 -
System Red Green Blue C M Y K H S L
Decimal 190 117 78 0 0.38 0.59 0.25 20.89 0.46 0.53
Hex BE 75 4E 0 26 3B 19 15 2E 35
Octal 276 165 116 0 46 73 31 25 56 65
Binary 10111110 1110101 1001110 0 100110 111011 11001 10101 101110 110101

Color Harmonies of #BE754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE754E

Black with #BE754E

Text Example


Text Example

White with #BE754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE754E; }

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

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

background-color css

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

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

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

border-color css

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

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

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