Html Css Color HEX #B0698D Tapestry

📋 copy color: '#B0698D'

red 176 ◦ green 105 ◦ blue 141

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

Shades of Tapestry #B0698D

Tints of Tapestry #B0698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.88%

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 41.71%
G = 24.88%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0698D (or 0xB0698D) is known color: Tapestry. HEX triplet: B0, 69 and 8D. RGB value is (176,105,141). Sum of RGB (Red+Green+Blue) = 176+105+141=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0698D is #4F9672. Grayscale: #828282. Windows color (decimal): -5215859 or 9267632. OLE color: 9267632.

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

Color convert

RGB 176 105 141 -
CMYK 0 0.40 0.20 0.31
HSL 329.58º 0.31% 0.55% -
HSV(B) 329.58º 0.4% 0.69% -
XYZ 27.76 21.26 27.84 -
YUV 130.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 176 105 141 0 0.40 0.20 0.31 329.58 0.31 0.55
Hex B0 69 8D 0 28 14 1F 14A 1F 37
Octal 260 151 215 0 50 24 37 512 37 67
Binary 10110000 1101001 10001101 0 101000 10100 11111 101001010 11111 110111

Color Harmonies of #B0698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0698D

Black with #B0698D

Text Example


Text Example

White with #B0698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0698D; }

 p { color: rgb(176,105,141); }

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

background-color css

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

 a { background-color: rgb(176,105,141); }

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

border-color css

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

 span { border-color: rgb(176,105,141); }

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