Html Css Color HEX #B1677C Tapestry

📋 copy color: '#B1677C'

red 177 ◦ green 103 ◦ blue 124

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

Shades of Tapestry #B1677C

Tints of Tapestry #B1677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.69%

R = 43.81%
G = 25.5%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1677C (or 0xB1677C) is known color: Tapestry. HEX triplet: B1, 67 and 7C. RGB value is (177,103,124). Sum of RGB (Red+Green+Blue) = 177+103+124=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B1677C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1677C is #4E9883. Grayscale: #7F7F7F. Windows color (decimal): -5150852 or 8153009. OLE color: 8153009.

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

Color convert

RGB 177 103 124 -
CMYK 0 0.42 0.30 0.31
HSL 342.97º 0.32% 0.55% -
HSV(B) 342.97º 0.42% 0.69% -
XYZ 26.62 20.5 21.62 -
YUV 127.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 177 103 124 0 0.42 0.30 0.31 342.97 0.32 0.55
Hex B1 67 7C 0 2A 1E 1F 157 20 37
Octal 261 147 174 0 52 36 37 527 40 67
Binary 10110001 1100111 1111100 0 101010 11110 11111 101010111 100000 110111

Color Harmonies of #B1677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1677C

Black with #B1677C

Text Example


Text Example

White with #B1677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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