Html Css Color HEX #B2858C Tapestry

📋 copy color: '#B2858C'

red 178 ◦ green 133 ◦ blue 140

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

Shades of Tapestry #B2858C

Tints of Tapestry #B2858C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

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

R = 39.47%
G = 29.49%
B = 31.04%

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

#B2858C (or 0xB2858C) is known color: Tapestry. HEX triplet: B2, 85 and 8C. RGB value is (178,133,140). Sum of RGB (Red+Green+Blue) = 178+133+140=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B2858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2858C is #4D7A73. Grayscale: #939393. Windows color (decimal): -5077620 or 9209266. OLE color: 9209266.

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

Color convert

RGB 178 133 140 -
CMYK 0 0.25 0.21 0.30
HSL 350.67º 0.23% 0.61% -
HSV(B) 350.67º 0.25% 0.7% -
XYZ 31.48 28.13 28.58 -
YUV 147.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 178 133 140 0 0.25 0.21 0.30 350.67 0.23 0.61
Hex B2 85 8C 0 19 15 1E 15F 17 3D
Octal 262 205 214 0 31 25 36 537 27 75
Binary 10110010 10000101 10001100 0 11001 10101 11110 101011111 10111 111101

Color Harmonies of #B2858C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2858C

Black with #B2858C

Text Example


Text Example

White with #B2858C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2858C; }

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

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

background-color css

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

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

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

border-color css

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

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

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