Html Css Color HEX #B1688B Tapestry

📋 copy color: '#B1688B'

red 177 ◦ green 104 ◦ blue 139

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

Shades of Tapestry #B1688B

Tints of Tapestry #B1688B

RGB

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

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

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

R = 42.14%
G = 24.76%
B = 33.1%

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

#B1688B (or 0xB1688B) is known color: Tapestry. HEX triplet: B1, 68 and 8B. RGB value is (177,104,139). Sum of RGB (Red+Green+Blue) = 177+104+139=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 177 - color contains mainly: red. Hex color #B1688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1688B is #4E9774. Grayscale: #818181. Windows color (decimal): -5150581 or 9136305. OLE color: 9136305.

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

Color convert

RGB 177 104 139 -
CMYK 0 0.41 0.21 0.31
HSL 331.23º 0.32% 0.55% -
HSV(B) 331.23º 0.41% 0.69% -
XYZ 27.74 21.11 27.04 -
YUV 129.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 177 104 139 0 0.41 0.21 0.31 331.23 0.32 0.55
Hex B1 68 8B 0 29 15 1F 14B 20 37
Octal 261 150 213 0 51 25 37 513 40 67
Binary 10110001 1101000 10001011 0 101001 10101 11111 101001011 100000 110111

Color Harmonies of #B1688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1688B

Black with #B1688B

Text Example


Text Example

White with #B1688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1688B; }

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

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

background-color css

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

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

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

border-color css

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

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

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