Html Css Color HEX #B06B8E Tapestry

📋 copy color: '#B06B8E'

red 176 ◦ green 107 ◦ blue 142

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

Shades of Tapestry #B06B8E

Tints of Tapestry #B06B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 41.41%
G = 25.18%
B = 33.41%

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

#B06B8E (or 0xB06B8E) is known color: Tapestry. HEX triplet: B0, 6B and 8E. RGB value is (176,107,142). Sum of RGB (Red+Green+Blue) = 176+107+142=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 107 (42.19% from 255 or 25.18% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B8E is #4F9471. Grayscale: #838383. Windows color (decimal): -5215346 or 9333680. OLE color: 9333680.

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

Color convert

RGB 176 107 142 -
CMYK 0 0.39 0.19 0.31
HSL 329.57º 0.3% 0.55% -
HSV(B) 329.57º 0.39% 0.69% -
XYZ 28.04 21.7 28.3 -
YUV 131.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 176 107 142 0 0.39 0.19 0.31 329.57 0.3 0.55
Hex B0 6B 8E 0 27 13 1F 14A 1E 37
Octal 260 153 216 0 47 23 37 512 36 67
Binary 10110000 1101011 10001110 0 100111 10011 11111 101001010 11110 110111

Color Harmonies of #B06B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06B8E

Black with #B06B8E

Text Example


Text Example

White with #B06B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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