Html Css Color HEX #B2858E Tapestry

📋 copy color: '#B2858E'

red 178 ◦ green 133 ◦ blue 142

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

Shades of Tapestry #B2858E

Tints of Tapestry #B2858E

RGB

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

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

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

R = 39.29%
G = 29.36%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2858E (or 0xB2858E) is known color: Tapestry. HEX triplet: B2, 85 and 8E. RGB value is (178,133,142). Sum of RGB (Red+Green+Blue) = 178+133+142=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2858E is #4D7A71. Grayscale: #939393. Windows color (decimal): -5077618 or 9340338. OLE color: 9340338.

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

Color convert

RGB 178 133 142 -
CMYK 0 0.25 0.20 0.30
HSL 348º 0.23% 0.61% -
HSV(B) 348º 0.25% 0.7% -
XYZ 31.63 28.19 29.37 -
YUV 147.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 178 133 142 0 0.25 0.20 0.30 348 0.23 0.61
Hex B2 85 8E 0 19 14 1E 15C 17 3D
Octal 262 205 216 0 31 24 36 534 27 75
Binary 10110010 10000101 10001110 0 11001 10100 11110 101011100 10111 111101

Color Harmonies of #B2858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2858E

Black with #B2858E

Text Example


Text Example

White with #B2858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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