Html Css Color HEX #BE7C56 Red Damask

📋 copy color: '#BE7C56'

red 190 ◦ green 124 ◦ blue 86

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

Shades of Red Damask #BE7C56

Tints of Red Damask #BE7C56

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31%

 BLUE value IS 86 (33.98% from 255) = 21.5%

R = 47.5%
G = 31%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE7C56 (or 0xBE7C56) is known color: Red Damask. HEX triplet: BE, 7C and 56. RGB value is (190,124,86). Sum of RGB (Red+Green+Blue) = 190+124+86=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 124 (48.83% from 255 or 31% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C56 is #4183A9. Grayscale: #8B8B8B. Windows color (decimal): -4293546 or 5668030. OLE color: 5668030.

HSL color Cylindrical-coordinate representation of color #BE7C56: hue angle of 21.92º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE7C56 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 124 86 -
CMYK 0 0.35 0.55 0.25
HSL 21.92º 0.44% 0.54% -
HSV(B) 21.92º 0.55% 0.75% -
XYZ 30.12 26.03 12.24 -
YUV 139.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 190 124 86 0 0.35 0.55 0.25 21.92 0.44 0.54
Hex BE 7C 56 0 23 37 19 16 2C 36
Octal 276 174 126 0 43 67 31 26 54 66
Binary 10111110 1111100 1010110 0 100011 110111 11001 10110 101100 110110

Color Harmonies of #BE7C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C56

Black with #BE7C56

Text Example


Text Example

White with #BE7C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C56; }

 p { color: rgb(190,124,86); }

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

background-color css

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

 a { background-color: rgb(190,124,86); }

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

border-color css

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

 span { border-color: rgb(190,124,86); }

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