Html Css Color HEX #BE7048 Red Damask

📋 copy color: '#BE7048'

red 190 ◦ green 112 ◦ blue 72

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

Shades of Red Damask #BE7048

Tints of Red Damask #BE7048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 50.8%
G = 29.95%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE7048 (or 0xBE7048) is known color: Red Damask. HEX triplet: BE, 70 and 48. RGB value is (190,112,72). Sum of RGB (Red+Green+Blue) = 190+112+72=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7048 is #418FB7. Grayscale: #838383. Windows color (decimal): -4296632 or 4747454. OLE color: 4747454.

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

Color convert

RGB 190 112 72 -
CMYK 0 0.41 0.62 0.25
HSL 20.34º 0.48% 0.51% -
HSV(B) 20.34º 0.62% 0.75% -
XYZ 28.2 23 9.08 -
YUV 130.76 94.84 170.25 -
System Red Green Blue C M Y K H S L
Decimal 190 112 72 0 0.41 0.62 0.25 20.34 0.48 0.51
Hex BE 70 48 0 29 3E 19 14 30 33
Octal 276 160 110 0 51 76 31 24 60 63
Binary 10111110 1110000 1001000 0 101001 111110 11001 10100 110000 110011

Color Harmonies of #BE7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7048

Black with #BE7048

Text Example


Text Example

White with #BE7048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7048; }

 p { color: rgb(190,112,72); }

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

background-color css

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

 a { background-color: rgb(190,112,72); }

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

border-color css

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

 span { border-color: rgb(190,112,72); }

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