Html Css Color HEX #B2698A Tapestry

📋 copy color: '#B2698A'

red 178 ◦ green 105 ◦ blue 138

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

Shades of Tapestry #B2698A

Tints of Tapestry #B2698A

RGB

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

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

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

R = 42.28%
G = 24.94%
B = 32.78%

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

#B2698A (or 0xB2698A) is known color: Tapestry. HEX triplet: B2, 69 and 8A. RGB value is (178,105,138). Sum of RGB (Red+Green+Blue) = 178+105+138=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 178 - color contains mainly: red. Hex color #B2698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2698A is #4D9675. Grayscale: #828282. Windows color (decimal): -5084790 or 9071026. OLE color: 9071026.

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

Color convert

RGB 178 105 138 -
CMYK 0 0.41 0.22 0.30
HSL 332.88º 0.32% 0.55% -
HSV(B) 332.88º 0.41% 0.7% -
XYZ 28 21.4 26.7 -
YUV 130.59 132.18 161.82 -
System Red Green Blue C M Y K H S L
Decimal 178 105 138 0 0.41 0.22 0.30 332.88 0.32 0.55
Hex B2 69 8A 0 29 16 1E 14D 20 37
Octal 262 151 212 0 51 26 36 515 40 67
Binary 10110010 1101001 10001010 0 101001 10110 11110 101001101 100000 110111

Color Harmonies of #B2698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2698A

Black with #B2698A

Text Example


Text Example

White with #B2698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2698A; }

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

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

background-color css

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

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

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

border-color css

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

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

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