Html Css Color HEX #BE7250 Red Damask

📋 copy color: '#BE7250'

red 190 ◦ green 114 ◦ blue 80

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

Shades of Red Damask #BE7250

Tints of Red Damask #BE7250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.83%

R = 49.48%
G = 29.69%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#BE7250 (or 0xBE7250) is known color: Red Damask. HEX triplet: BE, 72 and 50. RGB value is (190,114,80). Sum of RGB (Red+Green+Blue) = 190+114+80=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7250 is #418DAF. Grayscale: #858585. Windows color (decimal): -4296112 or 5272254. OLE color: 5272254.

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

Color convert

RGB 190 114 80 -
CMYK 0 0.40 0.58 0.25
HSL 18.55º 0.46% 0.53% -
HSV(B) 18.55º 0.58% 0.75% -
XYZ 28.7 23.56 10.62 -
YUV 132.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 190 114 80 0 0.40 0.58 0.25 18.55 0.46 0.53
Hex BE 72 50 0 28 3A 19 13 2E 35
Octal 276 162 120 0 50 72 31 23 56 65
Binary 10111110 1110010 1010000 0 101000 111010 11001 10011 101110 110101

Color Harmonies of #BE7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7250

Black with #BE7250

Text Example


Text Example

White with #BE7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7250; }

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

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

background-color css

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

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

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

border-color css

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

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

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