Html Css Color HEX #BE7154 Red Damask

📋 copy color: '#BE7154'

red 190 ◦ green 113 ◦ blue 84

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

Shades of Red Damask #BE7154

Tints of Red Damask #BE7154

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.2%

 BLUE value IS 84 (33.2% from 255) = 21.71%

R = 49.1%
G = 29.2%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE7154 (or 0xBE7154) is known color: Red Damask. HEX triplet: BE, 71 and 54. RGB value is (190,113,84). Sum of RGB (Red+Green+Blue) = 190+113+84=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7154 is #418EAB. Grayscale: #848484. Windows color (decimal): -4296364 or 5534142. OLE color: 5534142.

HSL color Cylindrical-coordinate representation of color #BE7154: hue angle of 16.42º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE7154 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 113 84 -
CMYK 0 0.41 0.56 0.25
HSL 16.42º 0.45% 0.54% -
HSV(B) 16.42º 0.56% 0.75% -
XYZ 28.74 23.4 11.39 -
YUV 132.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 190 113 84 0 0.41 0.56 0.25 16.42 0.45 0.54
Hex BE 71 54 0 29 38 19 10 2D 36
Octal 276 161 124 0 51 70 31 20 55 66
Binary 10111110 1110001 1010100 0 101001 111000 11001 10000 101101 110110

Color Harmonies of #BE7154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7154

Black with #BE7154

Text Example


Text Example

White with #BE7154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7154; }

 p { color: rgb(190,113,84); }

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

background-color css

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

 a { background-color: rgb(190,113,84); }

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

border-color css

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

 span { border-color: rgb(190,113,84); }

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