Html Css Color HEX #B28089 Tapestry

📋 copy color: '#B28089'

red 178 ◦ green 128 ◦ blue 137

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

Shades of Tapestry #B28089

Tints of Tapestry #B28089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

 BLUE value IS 137 (53.91% from 255) = 30.93%

R = 40.18%
G = 28.89%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B28089 (or 0xB28089) is known color: Tapestry. HEX triplet: B2, 80 and 89. RGB value is (178,128,137). Sum of RGB (Red+Green+Blue) = 178+128+137=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B28089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28089 is #4D7F76. Grayscale: #8F8F8F. Windows color (decimal): -5078903 or 9011378. OLE color: 9011378.

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

Color convert

RGB 178 128 137 -
CMYK 0 0.28 0.23 0.30
HSL 349.2º 0.25% 0.6% -
HSV(B) 349.2º 0.28% 0.7% -
XYZ 30.59 26.71 27.21 -
YUV 143.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 178 128 137 0 0.28 0.23 0.30 349.2 0.25 0.6
Hex B2 80 89 0 1C 17 1E 15D 19 3C
Octal 262 200 211 0 34 27 36 535 31 74
Binary 10110010 10000000 10001001 0 11100 10111 11110 101011101 11001 111100

Color Harmonies of #B28089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28089

Black with #B28089

Text Example


Text Example

White with #B28089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28089; }

 p { color: rgb(178,128,137); }

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

background-color css

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

 a { background-color: rgb(178,128,137); }

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

border-color css

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

 span { border-color: rgb(178,128,137); }

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