Html Css Color HEX #B2688E Tapestry

📋 copy color: '#B2688E'

red 178 ◦ green 104 ◦ blue 142

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

Shades of Tapestry #B2688E

Tints of Tapestry #B2688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.53%

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

R = 41.98%
G = 24.53%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2688E (or 0xB2688E) is known color: Tapestry. HEX triplet: B2, 68 and 8E. RGB value is (178,104,142). Sum of RGB (Red+Green+Blue) = 178+104+142=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2688E is #4D9771. Grayscale: #828282. Windows color (decimal): -5085042 or 9332914. OLE color: 9332914.

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

Color convert

RGB 178 104 142 -
CMYK 0 0.42 0.20 0.30
HSL 329.19º 0.32% 0.55% -
HSV(B) 329.19º 0.42% 0.7% -
XYZ 28.19 21.32 28.22 -
YUV 130.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 178 104 142 0 0.42 0.20 0.30 329.19 0.32 0.55
Hex B2 68 8E 0 2A 14 1E 149 20 37
Octal 262 150 216 0 52 24 36 511 40 67
Binary 10110010 1101000 10001110 0 101010 10100 11110 101001001 100000 110111

Color Harmonies of #B2688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2688E

Black with #B2688E

Text Example


Text Example

White with #B2688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2688E; }

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

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

background-color css

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

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

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

border-color css

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

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

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