Html Css Color HEX #BE6A88 Tapestry

📋 copy color: '#BE6A88'

red 190 ◦ green 106 ◦ blue 136

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

Shades of Tapestry #BE6A88

Tints of Tapestry #BE6A88

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.54%

 BLUE value IS 136 (53.52% from 255) = 31.48%

R = 43.98%
G = 24.54%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE6A88 (or 0xBE6A88) is known color: Tapestry. HEX triplet: BE, 6A and 88. RGB value is (190,106,136). Sum of RGB (Red+Green+Blue) = 190+106+136=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6A88 is #419577. Grayscale: #868686. Windows color (decimal): -4298104 or 8940222. OLE color: 8940222.

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

Color convert

RGB 190 106 136 -
CMYK 0 0.44 0.28 0.25
HSL 338.57º 0.39% 0.58% -
HSV(B) 338.57º 0.44% 0.75% -
XYZ 30.83 23.03 26.11 -
YUV 134.54 128.83 167.56 -
System Red Green Blue C M Y K H S L
Decimal 190 106 136 0 0.44 0.28 0.25 338.57 0.39 0.58
Hex BE 6A 88 0 2C 1C 19 153 27 3A
Octal 276 152 210 0 54 34 31 523 47 72
Binary 10111110 1101010 10001000 0 101100 11100 11001 101010011 100111 111010

Color Harmonies of #BE6A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6A88

Black with #BE6A88

Text Example


Text Example

White with #BE6A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6A88; }

 p { color: rgb(190,106,136); }

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

background-color css

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

 a { background-color: rgb(190,106,136); }

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

border-color css

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

 span { border-color: rgb(190,106,136); }

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