Html Css Color HEX #BE6987 Tapestry

📋 copy color: '#BE6987'

red 190 ◦ green 105 ◦ blue 135

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

Shades of Tapestry #BE6987

Tints of Tapestry #BE6987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.4%

R = 44.19%
G = 24.42%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE6987 (or 0xBE6987) is known color: Tapestry. HEX triplet: BE, 69 and 87. RGB value is (190,105,135). Sum of RGB (Red+Green+Blue) = 190+105+135=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6987 is #419678. Grayscale: #858585. Windows color (decimal): -4298361 or 8874430. OLE color: 8874430.

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

Color convert

RGB 190 105 135 -
CMYK 0 0.45 0.29 0.25
HSL 338.82º 0.4% 0.58% -
HSV(B) 338.82º 0.45% 0.75% -
XYZ 30.66 22.8 25.71 -
YUV 133.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 190 105 135 0 0.45 0.29 0.25 338.82 0.4 0.58
Hex BE 69 87 0 2D 1D 19 153 28 3A
Octal 276 151 207 0 55 35 31 523 50 72
Binary 10111110 1101001 10000111 0 101101 11101 11001 101010011 101000 111010

Color Harmonies of #BE6987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6987

Black with #BE6987

Text Example


Text Example

White with #BE6987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6987; }

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

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

background-color css

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

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

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

border-color css

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

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

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