Html Css Color HEX #B2838A Tapestry

📋 copy color: '#B2838A'

red 178 ◦ green 131 ◦ blue 138

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

Shades of Tapestry #B2838A

Tints of Tapestry #B2838A

RGB

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

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

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

R = 39.82%
G = 29.31%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2838A (or 0xB2838A) is known color: Tapestry. HEX triplet: B2, 83 and 8A. RGB value is (178,131,138). Sum of RGB (Red+Green+Blue) = 178+131+138=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 178 - color contains mainly: red. Hex color #B2838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2838A is #4D7C75. Grayscale: #919191. Windows color (decimal): -5078134 or 9077682. OLE color: 9077682.

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

Color convert

RGB 178 131 138 -
CMYK 0 0.26 0.22 0.30
HSL 351.06º 0.23% 0.61% -
HSV(B) 351.06º 0.26% 0.7% -
XYZ 31.06 27.53 27.72 -
YUV 145.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 178 131 138 0 0.26 0.22 0.30 351.06 0.23 0.61
Hex B2 83 8A 0 1A 16 1E 15F 17 3D
Octal 262 203 212 0 32 26 36 537 27 75
Binary 10110010 10000011 10001010 0 11010 10110 11110 101011111 10111 111101

Color Harmonies of #B2838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2838A

Black with #B2838A

Text Example


Text Example

White with #B2838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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