Html Css Color HEX #B2698C Tapestry

📋 copy color: '#B2698C'

red 178 ◦ green 105 ◦ blue 140

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

Shades of Tapestry #B2698C

Tints of Tapestry #B2698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.1%

R = 42.08%
G = 24.82%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2698C (or 0xB2698C) is known color: Tapestry. HEX triplet: B2, 69 and 8C. RGB value is (178,105,140). Sum of RGB (Red+Green+Blue) = 178+105+140=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2698C is #4D9673. Grayscale: #828282. Windows color (decimal): -5084788 or 9202098. OLE color: 9202098.

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

Color convert

RGB 178 105 140 -
CMYK 0 0.41 0.21 0.30
HSL 331.23º 0.32% 0.55% -
HSV(B) 331.23º 0.41% 0.7% -
XYZ 28.15 21.46 27.47 -
YUV 130.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 178 105 140 0 0.41 0.21 0.30 331.23 0.32 0.55
Hex B2 69 8C 0 29 15 1E 14B 20 37
Octal 262 151 214 0 51 25 36 513 40 67
Binary 10110010 1101001 10001100 0 101001 10101 11110 101001011 100000 110111

Color Harmonies of #B2698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2698C

Black with #B2698C

Text Example


Text Example

White with #B2698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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