Html Css Color HEX #B2838F Tapestry

📋 copy color: '#B2838F'

red 178 ◦ green 131 ◦ blue 143

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

Shades of Tapestry #B2838F

Tints of Tapestry #B2838F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.98%

 BLUE value IS 143 (56.25% from 255) = 31.64%

R = 39.38%
G = 28.98%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2838F (or 0xB2838F) is known color: Tapestry. HEX triplet: B2, 83 and 8F. RGB value is (178,131,143). Sum of RGB (Red+Green+Blue) = 178+131+143=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 178 - color contains mainly: red. Hex color #B2838F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2838F is #4D7C70. Grayscale: #929292. Windows color (decimal): -5078129 or 9405362. OLE color: 9405362.

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

Color convert

RGB 178 131 143 -
CMYK 0 0.26 0.20 0.30
HSL 344.68º 0.23% 0.61% -
HSV(B) 344.68º 0.26% 0.7% -
XYZ 31.43 27.68 29.67 -
YUV 146.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 178 131 143 0 0.26 0.20 0.30 344.68 0.23 0.61
Hex B2 83 8F 0 1A 14 1E 159 17 3D
Octal 262 203 217 0 32 24 36 531 27 75
Binary 10110010 10000011 10001111 0 11010 10100 11110 101011001 10111 111101

Color Harmonies of #B2838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2838F

Black with #B2838F

Text Example


Text Example

White with #B2838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2838F; }

 p { color: rgb(178,131,143); }

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

background-color css

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

 a { background-color: rgb(178,131,143); }

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

border-color css

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

 span { border-color: rgb(178,131,143); }

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