Html Css Color HEX #B06888 Tapestry

📋 copy color: '#B06888'

red 176 ◦ green 104 ◦ blue 136

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

Shades of Tapestry #B06888

Tints of Tapestry #B06888

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25%

 BLUE value IS 136 (53.52% from 255) = 32.69%

R = 42.31%
G = 25%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B06888 (or 0xB06888) is known color: Tapestry. HEX triplet: B0, 68 and 88. RGB value is (176,104,136). Sum of RGB (Red+Green+Blue) = 176+104+136=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B06888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06888 is #4F9777. Grayscale: #818181. Windows color (decimal): -5216120 or 8939696. OLE color: 8939696.

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

Color convert

RGB 176 104 136 -
CMYK 0 0.41 0.23 0.31
HSL 333.33º 0.31% 0.55% -
HSV(B) 333.33º 0.41% 0.69% -
XYZ 27.3 20.91 25.89 -
YUV 129.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 176 104 136 0 0.41 0.23 0.31 333.33 0.31 0.55
Hex B0 68 88 0 29 17 1F 14D 1F 37
Octal 260 150 210 0 51 27 37 515 37 67
Binary 10110000 1101000 10001000 0 101001 10111 11111 101001101 11111 110111

Color Harmonies of #B06888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06888

Black with #B06888

Text Example


Text Example

White with #B06888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06888; }

 p { color: rgb(176,104,136); }

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

background-color css

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

 a { background-color: rgb(176,104,136); }

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

border-color css

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

 span { border-color: rgb(176,104,136); }

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