Html Css Color HEX #B0688A Tapestry

📋 copy color: '#B0688A'

red 176 ◦ green 104 ◦ blue 138

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

Shades of Tapestry #B0688A

Tints of Tapestry #B0688A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.01%

R = 42.11%
G = 24.88%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0688A (or 0xB0688A) is known color: Tapestry. HEX triplet: B0, 68 and 8A. RGB value is (176,104,138). Sum of RGB (Red+Green+Blue) = 176+104+138=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0688A is #4F9775. Grayscale: #818181. Windows color (decimal): -5216118 or 9070768. OLE color: 9070768.

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

Color convert

RGB 176 104 138 -
CMYK 0 0.41 0.22 0.31
HSL 331.67º 0.31% 0.55% -
HSV(B) 331.67º 0.41% 0.69% -
XYZ 27.44 20.97 26.65 -
YUV 129.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 176 104 138 0 0.41 0.22 0.31 331.67 0.31 0.55
Hex B0 68 8A 0 29 16 1F 14C 1F 37
Octal 260 150 212 0 51 26 37 514 37 67
Binary 10110000 1101000 10001010 0 101001 10110 11111 101001100 11111 110111

Color Harmonies of #B0688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0688A

Black with #B0688A

Text Example


Text Example

White with #B0688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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