Html Css Color HEX #B28292 Tapestry

📋 copy color: '#B28292'

red 178 ◦ green 130 ◦ blue 146

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

Shades of Tapestry #B28292

Tints of Tapestry #B28292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

 BLUE value IS 146 (57.42% from 255) = 32.16%

R = 39.21%
G = 28.63%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B28292 (or 0xB28292) is known color: Tapestry. HEX triplet: B2, 82 and 92. RGB value is (178,130,146). Sum of RGB (Red+Green+Blue) = 178+130+146=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B28292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28292 is #4D7D6D. Grayscale: #929292. Windows color (decimal): -5078382 or 9601714. OLE color: 9601714.

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

Color convert

RGB 178 130 146 -
CMYK 0 0.27 0.18 0.30
HSL 340º 0.24% 0.6% -
HSV(B) 340º 0.27% 0.7% -
XYZ 31.53 27.51 30.84 -
YUV 146.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 178 130 146 0 0.27 0.18 0.30 340 0.24 0.6
Hex B2 82 92 0 1B 12 1E 154 18 3C
Octal 262 202 222 0 33 22 36 524 30 74
Binary 10110010 10000010 10010010 0 11011 10010 11110 101010100 11000 111100

Color Harmonies of #B28292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28292

Black with #B28292

Text Example


Text Example

White with #B28292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28292; }

 p { color: rgb(178,130,146); }

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

background-color css

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

 a { background-color: rgb(178,130,146); }

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

border-color css

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

 span { border-color: rgb(178,130,146); }

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