Html Css Color HEX #BE6981 Tapestry

📋 copy color: '#BE6981'

red 190 ◦ green 105 ◦ blue 129

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

Shades of Tapestry #BE6981

Tints of Tapestry #BE6981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.42%

R = 44.81%
G = 24.76%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE6981 (or 0xBE6981) is known color: Tapestry. HEX triplet: BE, 69 and 81. RGB value is (190,105,129). Sum of RGB (Red+Green+Blue) = 190+105+129=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6981 is #41967E. Grayscale: #858585. Windows color (decimal): -4298367 or 8481214. OLE color: 8481214.

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

Color convert

RGB 190 105 129 -
CMYK 0 0.45 0.32 0.25
HSL 343.06º 0.4% 0.58% -
HSV(B) 343.06º 0.45% 0.75% -
XYZ 30.25 22.64 23.54 -
YUV 133.15 125.66 168.55 -
System Red Green Blue C M Y K H S L
Decimal 190 105 129 0 0.45 0.32 0.25 343.06 0.4 0.58
Hex BE 69 81 0 2D 20 19 157 28 3A
Octal 276 151 201 0 55 40 31 527 50 72
Binary 10111110 1101001 10000001 0 101101 100000 11001 101010111 101000 111010

Color Harmonies of #BE6981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6981

Black with #BE6981

Text Example


Text Example

White with #BE6981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6981; }

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

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

background-color css

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

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

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

border-color css

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

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

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