Html Css Color HEX #BE7354 Red Damask

📋 copy color: '#BE7354'

red 190 ◦ green 115 ◦ blue 84

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

Shades of Red Damask #BE7354

Tints of Red Damask #BE7354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.56%

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

R = 48.84%
G = 29.56%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#BE7354 (or 0xBE7354) is known color: Red Damask. HEX triplet: BE, 73 and 54. RGB value is (190,115,84). Sum of RGB (Red+Green+Blue) = 190+115+84=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7354 is #418CAB. Grayscale: #868686. Windows color (decimal): -4295852 or 5534654. OLE color: 5534654.

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

Color convert

RGB 190 115 84 -
CMYK 0 0.39 0.56 0.25
HSL 17.55º 0.45% 0.54% -
HSV(B) 17.55º 0.56% 0.75% -
XYZ 28.97 23.85 11.46 -
YUV 133.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 190 115 84 0 0.39 0.56 0.25 17.55 0.45 0.54
Hex BE 73 54 0 27 38 19 12 2D 36
Octal 276 163 124 0 47 70 31 22 55 66
Binary 10111110 1110011 1010100 0 100111 111000 11001 10010 101101 110110

Color Harmonies of #BE7354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7354

Black with #BE7354

Text Example


Text Example

White with #BE7354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7354; }

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

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

background-color css

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

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

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

border-color css

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

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

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