Html Css Color HEX #B1698B Tapestry

📋 copy color: '#B1698B'

red 177 ◦ green 105 ◦ blue 139

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

Shades of Tapestry #B1698B

Tints of Tapestry #B1698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 42.04%
G = 24.94%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1698B (or 0xB1698B) is known color: Tapestry. HEX triplet: B1, 69 and 8B. RGB value is (177,105,139). Sum of RGB (Red+Green+Blue) = 177+105+139=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 177 - color contains mainly: red. Hex color #B1698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1698B is #4E9674. Grayscale: #828282. Windows color (decimal): -5150325 or 9136561. OLE color: 9136561.

HSL color Cylindrical-coordinate representation of color #B1698B: hue angle of 331.67º 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 #B1698B is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 105 139 -
CMYK 0 0.41 0.21 0.31
HSL 331.67º 0.32% 0.55% -
HSV(B) 331.67º 0.41% 0.69% -
XYZ 27.84 21.31 27.07 -
YUV 130.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 177 105 139 0 0.41 0.21 0.31 331.67 0.32 0.55
Hex B1 69 8B 0 29 15 1F 14C 20 37
Octal 261 151 213 0 51 25 37 514 40 67
Binary 10110001 1101001 10001011 0 101001 10101 11111 101001100 100000 110111

Color Harmonies of #B1698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1698B

Black with #B1698B

Text Example


Text Example

White with #B1698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1698B; }

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

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

background-color css

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

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

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

border-color css

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

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

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