Html Css Color HEX #B06B8F Tapestry

📋 copy color: '#B06B8F'

red 176 ◦ green 107 ◦ blue 143

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

Shades of Tapestry #B06B8F

Tints of Tapestry #B06B8F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.12%

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 41.31%
G = 25.12%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B06B8F (or 0xB06B8F) is known color: Tapestry. HEX triplet: B0, 6B and 8F. RGB value is (176,107,143). Sum of RGB (Red+Green+Blue) = 176+107+143=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B8F is #4F9470. Grayscale: #838383. Windows color (decimal): -5215345 or 9399216. OLE color: 9399216.

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

Color convert

RGB 176 107 143 -
CMYK 0 0.39 0.19 0.31
HSL 328.7º 0.3% 0.55% -
HSV(B) 328.7º 0.39% 0.69% -
XYZ 28.12 21.73 28.7 -
YUV 131.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 176 107 143 0 0.39 0.19 0.31 328.7 0.3 0.55
Hex B0 6B 8F 0 27 13 1F 149 1E 37
Octal 260 153 217 0 47 23 37 511 36 67
Binary 10110000 1101011 10001111 0 100111 10011 11111 101001001 11110 110111

Color Harmonies of #B06B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06B8F

Black with #B06B8F

Text Example


Text Example

White with #B06B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06B8F; }

 p { color: rgb(176,107,143); }

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

background-color css

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

 a { background-color: rgb(176,107,143); }

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

border-color css

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

 span { border-color: rgb(176,107,143); }

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