Html Css Color HEX #B06687 Tapestry

📋 copy color: '#B06687'

red 176 ◦ green 102 ◦ blue 135

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

Shades of Tapestry #B06687

Tints of Tapestry #B06687

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.7%

 BLUE value IS 135 (53.13% from 255) = 32.69%

R = 42.62%
G = 24.7%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B06687 (or 0xB06687) is known color: Tapestry. HEX triplet: B0, 66 and 87. RGB value is (176,102,135). Sum of RGB (Red+Green+Blue) = 176+102+135=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B06687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06687 is #4F9978. Grayscale: #7F7F7F. Windows color (decimal): -5216633 or 8873648. OLE color: 8873648.

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

Color convert

RGB 176 102 135 -
CMYK 0 0.42 0.23 0.31
HSL 333.24º 0.32% 0.55% -
HSV(B) 333.24º 0.42% 0.69% -
XYZ 27.03 20.48 25.45 -
YUV 127.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 176 102 135 0 0.42 0.23 0.31 333.24 0.32 0.55
Hex B0 66 87 0 2A 17 1F 14D 20 37
Octal 260 146 207 0 52 27 37 515 40 67
Binary 10110000 1100110 10000111 0 101010 10111 11111 101001101 100000 110111

Color Harmonies of #B06687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06687

Black with #B06687

Text Example


Text Example

White with #B06687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06687; }

 p { color: rgb(176,102,135); }

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

background-color css

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

 a { background-color: rgb(176,102,135); }

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

border-color css

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

 span { border-color: rgb(176,102,135); }

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