Html Css Color HEX #B2698F Tapestry

📋 copy color: '#B2698F'

red 178 ◦ green 105 ◦ blue 143

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

Shades of Tapestry #B2698F

Tints of Tapestry #B2698F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.57%

R = 41.78%
G = 24.65%
B = 33.57%

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

#B2698F (or 0xB2698F) is known color: Tapestry. HEX triplet: B2, 69 and 8F. RGB value is (178,105,143). Sum of RGB (Red+Green+Blue) = 178+105+143=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B2698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2698F is #4D9670. Grayscale: #838383. Windows color (decimal): -5084785 or 9398706. OLE color: 9398706.

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

Color convert

RGB 178 105 143 -
CMYK 0 0.41 0.20 0.30
HSL 328.77º 0.32% 0.55% -
HSV(B) 328.77º 0.41% 0.7% -
XYZ 28.37 21.55 28.65 -
YUV 131.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 178 105 143 0 0.41 0.20 0.30 328.77 0.32 0.55
Hex B2 69 8F 0 29 14 1E 149 20 37
Octal 262 151 217 0 51 24 36 511 40 67
Binary 10110010 1101001 10001111 0 101001 10100 11110 101001001 100000 110111

Color Harmonies of #B2698F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2698F

Black with #B2698F

Text Example


Text Example

White with #B2698F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2698F; }

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

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

background-color css

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

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

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

border-color css

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

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

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