Html Css Color HEX #B1668C Tapestry

📋 copy color: '#B1668C'

red 177 ◦ green 102 ◦ blue 140

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

Shades of Tapestry #B1668C

Tints of Tapestry #B1668C

RGB

 RED value IS 177 (69.53% from 255) = 42.24%

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

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 42.24%
G = 24.34%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1668C (or 0xB1668C) is known color: Tapestry. HEX triplet: B1, 66 and 8C. RGB value is (177,102,140). Sum of RGB (Red+Green+Blue) = 177+102+140=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B1668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1668C is #4E9973. Grayscale: #808080. Windows color (decimal): -5151092 or 9201329. OLE color: 9201329.

HSL color Cylindrical-coordinate representation of color #B1668C: hue angle of 329.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1668C is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 102 140 -
CMYK 0 0.42 0.21 0.31
HSL 329.6º 0.32% 0.55% -
HSV(B) 329.6º 0.42% 0.69% -
XYZ 27.62 20.74 27.36 -
YUV 128.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 177 102 140 0 0.42 0.21 0.31 329.6 0.32 0.55
Hex B1 66 8C 0 2A 15 1F 14A 20 37
Octal 261 146 214 0 52 25 37 512 40 67
Binary 10110001 1100110 10001100 0 101010 10101 11111 101001010 100000 110111

Color Harmonies of #B1668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1668C

Black with #B1668C

Text Example


Text Example

White with #B1668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1668C; }

 p { color: rgb(177,102,140); }

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

background-color css

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

 a { background-color: rgb(177,102,140); }

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

border-color css

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

 span { border-color: rgb(177,102,140); }

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