Html Css Color HEX #B0688F Tapestry

📋 copy color: '#B0688F'

red 176 ◦ green 104 ◦ blue 143

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

Shades of Tapestry #B0688F

Tints of Tapestry #B0688F

RGB

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

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

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

R = 41.61%
G = 24.59%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0688F (or 0xB0688F) is known color: Tapestry. HEX triplet: B0, 68 and 8F. RGB value is (176,104,143). Sum of RGB (Red+Green+Blue) = 176+104+143=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0688F is #4F9770. Grayscale: #818181. Windows color (decimal): -5216113 or 9398448. OLE color: 9398448.

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

Color convert

RGB 176 104 143 -
CMYK 0 0.41 0.19 0.31
HSL 327.5º 0.31% 0.55% -
HSV(B) 327.5º 0.41% 0.69% -
XYZ 27.81 21.11 28.6 -
YUV 129.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 176 104 143 0 0.41 0.19 0.31 327.5 0.31 0.55
Hex B0 68 8F 0 29 13 1F 148 1F 37
Octal 260 150 217 0 51 23 37 510 37 67
Binary 10110000 1101000 10001111 0 101001 10011 11111 101001000 11111 110111

Color Harmonies of #B0688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0688F

Black with #B0688F

Text Example


Text Example

White with #B0688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0688F; }

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

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

background-color css

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

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

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

border-color css

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

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

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