Html Css Color HEX #B2868C Tapestry

📋 copy color: '#B2868C'

red 178 ◦ green 134 ◦ blue 140

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

Shades of Tapestry #B2868C

Tints of Tapestry #B2868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

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

R = 39.38%
G = 29.65%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2868C (or 0xB2868C) is known color: Tapestry. HEX triplet: B2, 86 and 8C. RGB value is (178,134,140). Sum of RGB (Red+Green+Blue) = 178+134+140=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2868C is #4D7973. Grayscale: #939393. Windows color (decimal): -5077364 or 9209522. OLE color: 9209522.

HSL color Cylindrical-coordinate representation of color #B2868C: hue angle of 351.82º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2868C is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 134 140 -
CMYK 0 0.25 0.21 0.30
HSL 351.82º 0.22% 0.61% -
HSV(B) 351.82º 0.25% 0.7% -
XYZ 31.62 28.41 28.63 -
YUV 147.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 178 134 140 0 0.25 0.21 0.30 351.82 0.22 0.61
Hex B2 86 8C 0 19 15 1E 160 16 3D
Octal 262 206 214 0 31 25 36 540 26 75
Binary 10110010 10000110 10001100 0 11001 10101 11110 101100000 10110 111101

Color Harmonies of #B2868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2868C

Black with #B2868C

Text Example


Text Example

White with #B2868C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2868C; }

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

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

background-color css

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

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

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

border-color css

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

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

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