Html Css Color HEX #B06288 Tapestry

📋 copy color: '#B06288'

red 176 ◦ green 98 ◦ blue 136

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

Shades of Tapestry #B06288

Tints of Tapestry #B06288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

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

R = 42.93%
G = 23.9%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B06288 (or 0xB06288) is known color: Tapestry. HEX triplet: B0, 62 and 88. RGB value is (176,98,136). Sum of RGB (Red+Green+Blue) = 176+98+136=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B06288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06288 is #4F9D77. Grayscale: #7D7D7D. Windows color (decimal): -5217656 or 8938160. OLE color: 8938160.

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

Color convert

RGB 176 98 136 -
CMYK 0 0.44 0.23 0.31
HSL 330.77º 0.33% 0.54% -
HSV(B) 330.77º 0.44% 0.69% -
XYZ 26.72 19.74 25.7 -
YUV 125.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 176 98 136 0 0.44 0.23 0.31 330.77 0.33 0.54
Hex B0 62 88 0 2C 17 1F 14B 21 36
Octal 260 142 210 0 54 27 37 513 41 66
Binary 10110000 1100010 10001000 0 101100 10111 11111 101001011 100001 110110

Color Harmonies of #B06288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06288

Black with #B06288

Text Example


Text Example

White with #B06288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06288; }

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

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

background-color css

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

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

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

border-color css

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

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

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