Html Css Color HEX #BE688A Tapestry

📋 copy color: '#BE688A'

red 190 ◦ green 104 ◦ blue 138

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

Shades of Tapestry #BE688A

Tints of Tapestry #BE688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.07%

 BLUE value IS 138 (54.3% from 255) = 31.94%

R = 43.98%
G = 24.07%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE688A (or 0xBE688A) is known color: Tapestry. HEX triplet: BE, 68 and 8A. RGB value is (190,104,138). Sum of RGB (Red+Green+Blue) = 190+104+138=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE688A is #419775. Grayscale: #858585. Windows color (decimal): -4298614 or 9070782. OLE color: 9070782.

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

Color convert

RGB 190 104 138 -
CMYK 0 0.45 0.27 0.25
HSL 336.28º 0.4% 0.58% -
HSV(B) 336.28º 0.45% 0.75% -
XYZ 30.77 22.68 26.8 -
YUV 133.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 190 104 138 0 0.45 0.27 0.25 336.28 0.4 0.58
Hex BE 68 8A 0 2D 1B 19 150 28 3A
Octal 276 150 212 0 55 33 31 520 50 72
Binary 10111110 1101000 10001010 0 101101 11011 11001 101010000 101000 111010

Color Harmonies of #BE688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE688A

Black with #BE688A

Text Example


Text Example

White with #BE688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE688A; }

 p { color: rgb(190,104,138); }

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

background-color css

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

 a { background-color: rgb(190,104,138); }

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

border-color css

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

 span { border-color: rgb(190,104,138); }

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