Html Css Color HEX #BE7249 Red Damask

📋 copy color: '#BE7249'

red 190 ◦ green 114 ◦ blue 73

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

Shades of Red Damask #BE7249

Tints of Red Damask #BE7249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.24%

 BLUE value IS 73 (28.91% from 255) = 19.36%

R = 50.4%
G = 30.24%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE7249 (or 0xBE7249) is known color: Red Damask. HEX triplet: BE, 72 and 49. RGB value is (190,114,73). Sum of RGB (Red+Green+Blue) = 190+114+73=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7249 is #418DB6. Grayscale: #848484. Windows color (decimal): -4296119 or 4813502. OLE color: 4813502.

HSL color Cylindrical-coordinate representation of color #BE7249: hue angle of 21.03º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE7249 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 114 73 -
CMYK 0 0.40 0.62 0.25
HSL 21.03º 0.47% 0.52% -
HSV(B) 21.03º 0.62% 0.75% -
XYZ 28.46 23.46 9.33 -
YUV 132.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 190 114 73 0 0.40 0.62 0.25 21.03 0.47 0.52
Hex BE 72 49 0 28 3E 19 15 2F 34
Octal 276 162 111 0 50 76 31 25 57 64
Binary 10111110 1110010 1001001 0 101000 111110 11001 10101 101111 110100

Color Harmonies of #BE7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7249

Black with #BE7249

Text Example


Text Example

White with #BE7249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7249; }

 p { color: rgb(190,114,73); }

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

background-color css

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

 a { background-color: rgb(190,114,73); }

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

border-color css

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

 span { border-color: rgb(190,114,73); }

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