Html Css Color HEX #BE7255 Red Damask

📋 copy color: '#BE7255'

red 190 ◦ green 114 ◦ blue 85

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

Shades of Red Damask #BE7255

Tints of Red Damask #BE7255

RGB

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

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

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

R = 48.84%
G = 29.31%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE7255 (or 0xBE7255) is known color: Red Damask. HEX triplet: BE, 72 and 55. RGB value is (190,114,85). Sum of RGB (Red+Green+Blue) = 190+114+85=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7255 is #418DAA. Grayscale: #858585. Windows color (decimal): -4296107 or 5599934. OLE color: 5599934.

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

Color convert

RGB 190 114 85 -
CMYK 0 0.40 0.55 0.25
HSL 16.57º 0.45% 0.54% -
HSV(B) 16.57º 0.55% 0.75% -
XYZ 28.89 23.64 11.63 -
YUV 133.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 190 114 85 0 0.40 0.55 0.25 16.57 0.45 0.54
Hex BE 72 55 0 28 37 19 11 2D 36
Octal 276 162 125 0 50 67 31 21 55 66
Binary 10111110 1110010 1010101 0 101000 110111 11001 10001 101101 110110

Color Harmonies of #BE7255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7255

Black with #BE7255

Text Example


Text Example

White with #BE7255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7255; }

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

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

background-color css

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

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

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

border-color css

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

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

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