Html Css Color HEX #BE7955 Red Damask

📋 copy color: '#BE7955'

red 190 ◦ green 121 ◦ blue 85

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

Shades of Red Damask #BE7955

Tints of Red Damask #BE7955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

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

R = 47.98%
G = 30.56%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE7955 (or 0xBE7955) is known color: Red Damask. HEX triplet: BE, 79 and 55. RGB value is (190,121,85). Sum of RGB (Red+Green+Blue) = 190+121+85=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7955 is #4186AA. Grayscale: #898989. Windows color (decimal): -4294315 or 5601726. OLE color: 5601726.

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

Color convert

RGB 190 121 85 -
CMYK 0 0.36 0.55 0.25
HSL 20.57º 0.45% 0.54% -
HSV(B) 20.57º 0.55% 0.75% -
XYZ 29.71 25.28 11.91 -
YUV 137.53 98.36 165.43 -
System Red Green Blue C M Y K H S L
Decimal 190 121 85 0 0.36 0.55 0.25 20.57 0.45 0.54
Hex BE 79 55 0 24 37 19 15 2D 36
Octal 276 171 125 0 44 67 31 25 55 66
Binary 10111110 1111001 1010101 0 100100 110111 11001 10101 101101 110110

Color Harmonies of #BE7955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7955

Black with #BE7955

Text Example


Text Example

White with #BE7955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7955; }

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

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

background-color css

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

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

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

border-color css

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

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

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