Html Css Color HEX #B1608D Tapestry

📋 copy color: '#B1608D'

red 177 ◦ green 96 ◦ blue 141

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

Shades of Tapestry #B1608D

Tints of Tapestry #B1608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 42.75%
G = 23.19%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1608D (or 0xB1608D) is known color: Tapestry. HEX triplet: B1, 60 and 8D. RGB value is (177,96,141). Sum of RGB (Red+Green+Blue) = 177+96+141=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 177 - color contains mainly: red. Hex color #B1608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1608D is #4E9F72. Grayscale: #7D7D7D. Windows color (decimal): -5152627 or 9265329. OLE color: 9265329.

HSL color Cylindrical-coordinate representation of color #B1608D: hue angle of 326.67º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1608D is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 96 141 -
CMYK 0 0.46 0.20 0.31
HSL 326.67º 0.34% 0.54% -
HSV(B) 326.67º 0.46% 0.69% -
XYZ 27.12 19.64 27.56 -
YUV 125.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 177 96 141 0 0.46 0.20 0.31 326.67 0.34 0.54
Hex B1 60 8D 0 2E 14 1F 147 22 36
Octal 261 140 215 0 56 24 37 507 42 66
Binary 10110001 1100000 10001101 0 101110 10100 11111 101000111 100010 110110

Color Harmonies of #B1608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1608D

Black with #B1608D

Text Example


Text Example

White with #B1608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1608D; }

 p { color: rgb(177,96,141); }

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

background-color css

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

 a { background-color: rgb(177,96,141); }

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

border-color css

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

 span { border-color: rgb(177,96,141); }

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