Html Css Color HEX #BE6684 Tapestry

📋 copy color: '#BE6684'

red 190 ◦ green 102 ◦ blue 132

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

Shades of Tapestry #BE6684

Tints of Tapestry #BE6684

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.06%

 BLUE value IS 132 (51.95% from 255) = 31.13%

R = 44.81%
G = 24.06%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE6684 (or 0xBE6684) is known color: Tapestry. HEX triplet: BE, 66 and 84. RGB value is (190,102,132). Sum of RGB (Red+Green+Blue) = 190+102+132=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 132 (51.95% from 255 or 31.13% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6684 is #41997B. Grayscale: #838383. Windows color (decimal): -4299132 or 8677054. OLE color: 8677054.

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

Color convert

RGB 190 102 132 -
CMYK 0 0.46 0.31 0.25
HSL 339.55º 0.4% 0.57% -
HSV(B) 339.55º 0.46% 0.75% -
XYZ 30.15 22.12 24.51 -
YUV 131.73 128.15 169.56 -
System Red Green Blue C M Y K H S L
Decimal 190 102 132 0 0.46 0.31 0.25 339.55 0.4 0.57
Hex BE 66 84 0 2E 1F 19 154 28 39
Octal 276 146 204 0 56 37 31 524 50 71
Binary 10111110 1100110 10000100 0 101110 11111 11001 101010100 101000 111001

Color Harmonies of #BE6684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6684

Black with #BE6684

Text Example


Text Example

White with #BE6684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6684; }

 p { color: rgb(190,102,132); }

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

background-color css

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

 a { background-color: rgb(190,102,132); }

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

border-color css

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

 span { border-color: rgb(190,102,132); }

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