Html Css Color HEX #B2698E Tapestry

📋 copy color: '#B2698E'

red 178 ◦ green 105 ◦ blue 142

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

Shades of Tapestry #B2698E

Tints of Tapestry #B2698E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 41.88%
G = 24.71%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2698E (or 0xB2698E) is known color: Tapestry. HEX triplet: B2, 69 and 8E. RGB value is (178,105,142). Sum of RGB (Red+Green+Blue) = 178+105+142=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B2698E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2698E is #4D9671. Grayscale: #828282. Windows color (decimal): -5084786 or 9333170. OLE color: 9333170.

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

Color convert

RGB 178 105 142 -
CMYK 0 0.41 0.20 0.30
HSL 329.59º 0.32% 0.55% -
HSV(B) 329.59º 0.41% 0.7% -
XYZ 28.29 21.52 28.25 -
YUV 131.05 134.18 161.49 -
System Red Green Blue C M Y K H S L
Decimal 178 105 142 0 0.41 0.20 0.30 329.59 0.32 0.55
Hex B2 69 8E 0 29 14 1E 14A 20 37
Octal 262 151 216 0 51 24 36 512 40 67
Binary 10110010 1101001 10001110 0 101001 10100 11110 101001010 100000 110111

Color Harmonies of #B2698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2698E

Black with #B2698E

Text Example


Text Example

White with #B2698E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2698E; }

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

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

background-color css

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

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

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

border-color css

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

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

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