Html Css Color HEX #BE7755 Red Damask

📋 copy color: '#BE7755'

red 190 ◦ green 119 ◦ blue 85

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

Shades of Red Damask #BE7755

Tints of Red Damask #BE7755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.2%

 BLUE value IS 85 (33.59% from 255) = 21.57%

R = 48.22%
G = 30.2%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE7755 (or 0xBE7755) is known color: Red Damask. HEX triplet: BE, 77 and 55. RGB value is (190,119,85). Sum of RGB (Red+Green+Blue) = 190+119+85=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7755 is #4188AA. Grayscale: #888888. Windows color (decimal): -4294827 or 5601214. OLE color: 5601214.

HSL color Cylindrical-coordinate representation of color #BE7755: hue angle of 19.43º degrees, saturation: 0.45, 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 #BE7755 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 119 85 -
CMYK 0 0.37 0.55 0.25
HSL 19.43º 0.45% 0.54% -
HSV(B) 19.43º 0.55% 0.75% -
XYZ 29.47 24.8 11.83 -
YUV 136.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 190 119 85 0 0.37 0.55 0.25 19.43 0.45 0.54
Hex BE 77 55 0 25 37 19 13 2D 36
Octal 276 167 125 0 45 67 31 23 55 66
Binary 10111110 1110111 1010101 0 100101 110111 11001 10011 101101 110110

Color Harmonies of #BE7755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7755

Black with #BE7755

Text Example


Text Example

White with #BE7755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7755; }

 p { color: rgb(190,119,85); }

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

background-color css

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

 a { background-color: rgb(190,119,85); }

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

border-color css

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

 span { border-color: rgb(190,119,85); }

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