Html Css Color HEX #B1697B Tapestry

📋 copy color: '#B1697B'

red 177 ◦ green 105 ◦ blue 123

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

Shades of Tapestry #B1697B

Tints of Tapestry #B1697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.37%

R = 43.7%
G = 25.93%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1697B (or 0xB1697B) is known color: Tapestry. HEX triplet: B1, 69 and 7B. RGB value is (177,105,123). Sum of RGB (Red+Green+Blue) = 177+105+123=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 177 - color contains mainly: red. Hex color #B1697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1697B is #4E9684. Grayscale: #808080. Windows color (decimal): -5150341 or 8087985. OLE color: 8087985.

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

Color convert

RGB 177 105 123 -
CMYK 0 0.41 0.31 0.31
HSL 345º 0.32% 0.55% -
HSV(B) 345º 0.41% 0.69% -
XYZ 26.76 20.88 21.36 -
YUV 128.58 124.85 162.54 -
System Red Green Blue C M Y K H S L
Decimal 177 105 123 0 0.41 0.31 0.31 345 0.32 0.55
Hex B1 69 7B 0 29 1F 1F 159 20 37
Octal 261 151 173 0 51 37 37 531 40 67
Binary 10110001 1101001 1111011 0 101001 11111 11111 101011001 100000 110111

Color Harmonies of #B1697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1697B

Black with #B1697B

Text Example


Text Example

White with #B1697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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