Html Css Color HEX #BE6988 Tapestry

📋 copy color: '#BE6988'

red 190 ◦ green 105 ◦ blue 136

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

Shades of Tapestry #BE6988

Tints of Tapestry #BE6988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.36%

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

R = 44.08%
G = 24.36%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE6988 (or 0xBE6988) is known color: Tapestry. HEX triplet: BE, 69 and 88. RGB value is (190,105,136). Sum of RGB (Red+Green+Blue) = 190+105+136=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6988 is #419677. Grayscale: #858585. Windows color (decimal): -4298360 or 8939966. OLE color: 8939966.

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

Color convert

RGB 190 105 136 -
CMYK 0 0.45 0.28 0.25
HSL 338.12º 0.4% 0.58% -
HSV(B) 338.12º 0.45% 0.75% -
XYZ 30.73 22.83 26.08 -
YUV 133.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 190 105 136 0 0.45 0.28 0.25 338.12 0.4 0.58
Hex BE 69 88 0 2D 1C 19 152 28 3A
Octal 276 151 210 0 55 34 31 522 50 72
Binary 10111110 1101001 10001000 0 101101 11100 11001 101010010 101000 111010

Color Harmonies of #BE6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6988

Black with #BE6988

Text Example


Text Example

White with #BE6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6988; }

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

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

background-color css

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

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

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

border-color css

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

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

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