Html Css Color HEX #B2858A Tapestry

📋 copy color: '#B2858A'

red 178 ◦ green 133 ◦ blue 138

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

Shades of Tapestry #B2858A

Tints of Tapestry #B2858A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 39.64%
G = 29.62%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2858A (or 0xB2858A) is known color: Tapestry. HEX triplet: B2, 85 and 8A. RGB value is (178,133,138). Sum of RGB (Red+Green+Blue) = 178+133+138=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2858A is #4D7A75. Grayscale: #939393. Windows color (decimal): -5077622 or 9078194. OLE color: 9078194.

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

Color convert

RGB 178 133 138 -
CMYK 0 0.25 0.22 0.30
HSL 353.33º 0.23% 0.61% -
HSV(B) 353.33º 0.25% 0.7% -
XYZ 31.34 28.08 27.81 -
YUV 147.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 178 133 138 0 0.25 0.22 0.30 353.33 0.23 0.61
Hex B2 85 8A 0 19 16 1E 161 17 3D
Octal 262 205 212 0 31 26 36 541 27 75
Binary 10110010 10000101 10001010 0 11001 10110 11110 101100001 10111 111101

Color Harmonies of #B2858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2858A

Black with #B2858A

Text Example


Text Example

White with #B2858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2858A; }

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

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

background-color css

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

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

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

border-color css

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

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

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