Html Css Color HEX #B2687C Tapestry

📋 copy color: '#B2687C'

red 178 ◦ green 104 ◦ blue 124

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

Shades of Tapestry #B2687C

Tints of Tapestry #B2687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.54%

R = 43.84%
G = 25.62%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2687C (or 0xB2687C) is known color: Tapestry. HEX triplet: B2, 68 and 7C. RGB value is (178,104,124). Sum of RGB (Red+Green+Blue) = 178+104+124=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B2687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2687C is #4D9783. Grayscale: #808080. Windows color (decimal): -5085060 or 8153266. OLE color: 8153266.

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

Color convert

RGB 178 104 124 -
CMYK 0 0.42 0.30 0.30
HSL 343.78º 0.32% 0.55% -
HSV(B) 343.78º 0.42% 0.7% -
XYZ 26.95 20.82 21.67 -
YUV 128.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 178 104 124 0 0.42 0.30 0.30 343.78 0.32 0.55
Hex B2 68 7C 0 2A 1E 1E 158 20 37
Octal 262 150 174 0 52 36 36 530 40 67
Binary 10110010 1101000 1111100 0 101010 11110 11110 101011000 100000 110111

Color Harmonies of #B2687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2687C

Black with #B2687C

Text Example


Text Example

White with #B2687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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