Html Css Color HEX #B06D8A Tapestry

📋 copy color: '#B06D8A'

red 176 ◦ green 109 ◦ blue 138

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

Shades of Tapestry #B06D8A

Tints of Tapestry #B06D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 41.61%
G = 25.77%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B06D8A (or 0xB06D8A) is known color: Tapestry. HEX triplet: B0, 6D and 8A. RGB value is (176,109,138). Sum of RGB (Red+Green+Blue) = 176+109+138=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B06D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06D8A is #4F9275. Grayscale: #848484. Windows color (decimal): -5214838 or 9072048. OLE color: 9072048.

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

Color convert

RGB 176 109 138 -
CMYK 0 0.38 0.22 0.31
HSL 334.03º 0.3% 0.56% -
HSV(B) 334.03º 0.38% 0.69% -
XYZ 27.96 22 26.82 -
YUV 132.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 176 109 138 0 0.38 0.22 0.31 334.03 0.3 0.56
Hex B0 6D 8A 0 26 16 1F 14E 1E 38
Octal 260 155 212 0 46 26 37 516 36 70
Binary 10110000 1101101 10001010 0 100110 10110 11111 101001110 11110 111000

Color Harmonies of #B06D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06D8A

Black with #B06D8A

Text Example


Text Example

White with #B06D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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