Html Css Color HEX #B2698B Tapestry

📋 copy color: '#B2698B'

red 178 ◦ green 105 ◦ blue 139

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

Shades of Tapestry #B2698B

Tints of Tapestry #B2698B

RGB

 RED value IS 178 (69.92% from 255) = 42.18%

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

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 42.18%
G = 24.88%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2698B (or 0xB2698B) is known color: Tapestry. HEX triplet: B2, 69 and 8B. RGB value is (178,105,139). Sum of RGB (Red+Green+Blue) = 178+105+139=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2698B is #4D9674. Grayscale: #828282. Windows color (decimal): -5084789 or 9136562. OLE color: 9136562.

HSL color Cylindrical-coordinate representation of color #B2698B: hue angle of 332.05º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2698B is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 105 139 -
CMYK 0 0.41 0.22 0.30
HSL 332.05º 0.32% 0.55% -
HSV(B) 332.05º 0.41% 0.7% -
XYZ 28.07 21.43 27.08 -
YUV 130.7 132.68 161.74 -
System Red Green Blue C M Y K H S L
Decimal 178 105 139 0 0.41 0.22 0.30 332.05 0.32 0.55
Hex B2 69 8B 0 29 16 1E 14C 20 37
Octal 262 151 213 0 51 26 36 514 40 67
Binary 10110010 1101001 10001011 0 101001 10110 11110 101001100 100000 110111

Color Harmonies of #B2698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2698B

Black with #B2698B

Text Example


Text Example

White with #B2698B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2698B; }

 p { color: rgb(178,105,139); }

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

background-color css

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

 a { background-color: rgb(178,105,139); }

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

border-color css

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

 span { border-color: rgb(178,105,139); }

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