Html Css Color HEX #B1677F Tapestry

📋 copy color: '#B1677F'

red 177 ◦ green 103 ◦ blue 127

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

Shades of Tapestry #B1677F

Tints of Tapestry #B1677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 43.49%
G = 25.31%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1677F (or 0xB1677F) is known color: Tapestry. HEX triplet: B1, 67 and 7F. RGB value is (177,103,127). Sum of RGB (Red+Green+Blue) = 177+103+127=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B1677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1677F is #4E9880. Grayscale: #7F7F7F. Windows color (decimal): -5150849 or 8349617. OLE color: 8349617.

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

Color convert

RGB 177 103 127 -
CMYK 0 0.42 0.28 0.31
HSL 340.54º 0.32% 0.55% -
HSV(B) 340.54º 0.42% 0.69% -
XYZ 26.81 20.58 22.64 -
YUV 127.86 127.52 163.05 -
System Red Green Blue C M Y K H S L
Decimal 177 103 127 0 0.42 0.28 0.31 340.54 0.32 0.55
Hex B1 67 7F 0 2A 1C 1F 155 20 37
Octal 261 147 177 0 52 34 37 525 40 67
Binary 10110001 1100111 1111111 0 101010 11100 11111 101010101 100000 110111

Color Harmonies of #B1677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1677F

Black with #B1677F

Text Example


Text Example

White with #B1677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1677F; }

 p { color: rgb(177,103,127); }

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

background-color css

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

 a { background-color: rgb(177,103,127); }

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

border-color css

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

 span { border-color: rgb(177,103,127); }

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