Html Css Color HEX #B06D8D Tapestry

📋 copy color: '#B06D8D'

red 176 ◦ green 109 ◦ blue 141

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

Shades of Tapestry #B06D8D

Tints of Tapestry #B06D8D

RGB

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

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

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

R = 41.31%
G = 25.59%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B06D8D (or 0xB06D8D) is known color: Tapestry. HEX triplet: B0, 6D and 8D. RGB value is (176,109,141). Sum of RGB (Red+Green+Blue) = 176+109+141=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D8D is #4F9272. Grayscale: #848484. Windows color (decimal): -5214835 or 9268656. OLE color: 9268656.

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

Color convert

RGB 176 109 141 -
CMYK 0 0.38 0.20 0.31
HSL 331.34º 0.3% 0.56% -
HSV(B) 331.34º 0.38% 0.69% -
XYZ 28.18 22.09 27.98 -
YUV 132.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 176 109 141 0 0.38 0.20 0.31 331.34 0.3 0.56
Hex B0 6D 8D 0 26 14 1F 14B 1E 38
Octal 260 155 215 0 46 24 37 513 36 70
Binary 10110000 1101101 10001101 0 100110 10100 11111 101001011 11110 111000

Color Harmonies of #B06D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D8D

Black with #B06D8D

Text Example


Text Example

White with #B06D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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