Html Css Color HEX #B1698F Tapestry

📋 copy color: '#B1698F'

red 177 ◦ green 105 ◦ blue 143

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

Shades of Tapestry #B1698F

Tints of Tapestry #B1698F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.65%

R = 41.65%
G = 24.71%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1698F (or 0xB1698F) is known color: Tapestry. HEX triplet: B1, 69 and 8F. RGB value is (177,105,143). Sum of RGB (Red+Green+Blue) = 177+105+143=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B1698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1698F is #4E9670. Grayscale: #828282. Windows color (decimal): -5150321 or 9398705. OLE color: 9398705.

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

Color convert

RGB 177 105 143 -
CMYK 0 0.41 0.19 0.31
HSL 328.33º 0.32% 0.55% -
HSV(B) 328.33º 0.41% 0.69% -
XYZ 28.14 21.43 28.64 -
YUV 130.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 177 105 143 0 0.41 0.19 0.31 328.33 0.32 0.55
Hex B1 69 8F 0 29 13 1F 148 20 37
Octal 261 151 217 0 51 23 37 510 40 67
Binary 10110001 1101001 10001111 0 101001 10011 11111 101001000 100000 110111

Color Harmonies of #B1698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1698F

Black with #B1698F

Text Example


Text Example

White with #B1698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1698F; }

 p { color: rgb(177,105,143); }

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

background-color css

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

 a { background-color: rgb(177,105,143); }

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

border-color css

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

 span { border-color: rgb(177,105,143); }

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