Html Css Color HEX #B0698A Tapestry

📋 copy color: '#B0698A'

red 176 ◦ green 105 ◦ blue 138

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

Shades of Tapestry #B0698A

Tints of Tapestry #B0698A

RGB

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

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

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

R = 42%
G = 25.06%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B0698A (or 0xB0698A) is known color: Tapestry. HEX triplet: B0, 69 and 8A. RGB value is (176,105,138). Sum of RGB (Red+Green+Blue) = 176+105+138=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0698A is #4F9675. Grayscale: #818181. Windows color (decimal): -5215862 or 9071024. OLE color: 9071024.

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

Color convert

RGB 176 105 138 -
CMYK 0 0.40 0.22 0.31
HSL 332.11º 0.31% 0.55% -
HSV(B) 332.11º 0.4% 0.69% -
XYZ 27.54 21.17 26.68 -
YUV 129.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 176 105 138 0 0.40 0.22 0.31 332.11 0.31 0.55
Hex B0 69 8A 0 28 16 1F 14C 1F 37
Octal 260 151 212 0 50 26 37 514 37 67
Binary 10110000 1101001 10001010 0 101000 10110 11111 101001100 11111 110111

Color Harmonies of #B0698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0698A

Black with #B0698A

Text Example


Text Example

White with #B0698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0698A; }

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

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

background-color css

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

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

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

border-color css

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

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

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