Html Css Color HEX #B06D91 Tapestry

📋 copy color: '#B06D91'

red 176 ◦ green 109 ◦ blue 145

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

Shades of Tapestry #B06D91

Tints of Tapestry #B06D91

RGB

 RED value IS 176 (69.14% from 255) = 40.93%

 GREEN value IS 109 (42.97% from 255) = 25.35%

 BLUE value IS 145 (57.03% from 255) = 33.72%

R = 40.93%
G = 25.35%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B06D91 (or 0xB06D91) is known color: Tapestry. HEX triplet: B0, 6D and 91. RGB value is (176,109,145). Sum of RGB (Red+Green+Blue) = 176+109+145=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D91 is #4F926E. Grayscale: #858585. Windows color (decimal): -5214831 or 9530800. OLE color: 9530800.

HSL color Cylindrical-coordinate representation of color #B06D91: hue angle of 327.76º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B06D91 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 109 145 -
CMYK 0 0.38 0.18 0.31
HSL 327.76º 0.3% 0.56% -
HSV(B) 327.76º 0.38% 0.69% -
XYZ 28.48 22.21 29.57 -
YUV 133.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 176 109 145 0 0.38 0.18 0.31 327.76 0.3 0.56
Hex B0 6D 91 0 26 12 1F 148 1E 38
Octal 260 155 221 0 46 22 37 510 36 70
Binary 10110000 1101101 10010001 0 100110 10010 11111 101001000 11110 111000

Color Harmonies of #B06D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D91

Black with #B06D91

Text Example


Text Example

White with #B06D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D91; }

 p { color: rgb(176,109,145); }

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

background-color css

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

 a { background-color: rgb(176,109,145); }

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

border-color css

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

 span { border-color: rgb(176,109,145); }

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