Html Css Color HEX #B08293 Tapestry

📋 copy color: '#B08293'

red 176 ◦ green 130 ◦ blue 147

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

Shades of Tapestry #B08293

Tints of Tapestry #B08293

RGB

 RED value IS 176 (69.14% from 255) = 38.85%

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

 BLUE value IS 147 (57.81% from 255) = 32.45%

R = 38.85%
G = 28.7%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B08293 (or 0xB08293) is known color: Tapestry. HEX triplet: B0, 82 and 93. RGB value is (176,130,147). Sum of RGB (Red+Green+Blue) = 176+130+147=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B08293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08293 is #4F7D6C. Grayscale: #919191. Windows color (decimal): -5209453 or 9667248. OLE color: 9667248.

HSL color Cylindrical-coordinate representation of color #B08293: hue angle of 337.83º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08293 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 147 -
CMYK 0 0.26 0.16 0.31
HSL 337.83º 0.23% 0.6% -
HSV(B) 337.83º 0.26% 0.69% -
XYZ 31.15 27.3 31.23 -
YUV 145.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 176 130 147 0 0.26 0.16 0.31 337.83 0.23 0.6
Hex B0 82 93 0 1A 10 1F 152 17 3C
Octal 260 202 223 0 32 20 37 522 27 74
Binary 10110000 10000010 10010011 0 11010 10000 11111 101010010 10111 111100

Color Harmonies of #B08293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08293

Black with #B08293

Text Example


Text Example

White with #B08293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08293; }

 p { color: rgb(176,130,147); }

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

background-color css

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

 a { background-color: rgb(176,130,147); }

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

border-color css

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

 span { border-color: rgb(176,130,147); }

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