Html Css Color HEX #BE7353 Red Damask

📋 copy color: '#BE7353'

red 190 ◦ green 115 ◦ blue 83

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

Shades of Red Damask #BE7353

Tints of Red Damask #BE7353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 48.97%
G = 29.64%
B = 21.39%

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

#BE7353 (or 0xBE7353) is known color: Red Damask. HEX triplet: BE, 73 and 53. RGB value is (190,115,83). Sum of RGB (Red+Green+Blue) = 190+115+83=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7353 is #418CAC. Grayscale: #858585. Windows color (decimal): -4295853 or 5469118. OLE color: 5469118.

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

Color convert

RGB 190 115 83 -
CMYK 0 0.39 0.56 0.25
HSL 17.94º 0.45% 0.54% -
HSV(B) 17.94º 0.56% 0.75% -
XYZ 28.93 23.83 11.26 -
YUV 133.78 99.35 168.1 -
System Red Green Blue C M Y K H S L
Decimal 190 115 83 0 0.39 0.56 0.25 17.94 0.45 0.54
Hex BE 73 53 0 27 38 19 12 2D 36
Octal 276 163 123 0 47 70 31 22 55 66
Binary 10111110 1110011 1010011 0 100111 111000 11001 10010 101101 110110

Color Harmonies of #BE7353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7353

Black with #BE7353

Text Example


Text Example

White with #BE7353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7353; }

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

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

background-color css

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

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

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

border-color css

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

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

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