Html Css Color HEX #B08192 Tapestry

📋 copy color: '#B08192'

red 176 ◦ green 129 ◦ blue 146

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

Shades of Tapestry #B08192

Tints of Tapestry #B08192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.6%

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

R = 39.02%
G = 28.6%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B08192 (or 0xB08192) is known color: Tapestry. HEX triplet: B0, 81 and 92. RGB value is (176,129,146). Sum of RGB (Red+Green+Blue) = 176+129+146=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 146 (57.42% from 255 or 32.37% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B08192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08192 is #4F7E6D. Grayscale: #909090. Windows color (decimal): -5209710 or 9601456. OLE color: 9601456.

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

Color convert

RGB 176 129 146 -
CMYK 0 0.27 0.17 0.31
HSL 338.3º 0.23% 0.6% -
HSV(B) 338.3º 0.27% 0.69% -
XYZ 30.94 27.01 30.78 -
YUV 144.99 128.57 150.12 -
System Red Green Blue C M Y K H S L
Decimal 176 129 146 0 0.27 0.17 0.31 338.3 0.23 0.6
Hex B0 81 92 0 1B 11 1F 152 17 3C
Octal 260 201 222 0 33 21 37 522 27 74
Binary 10110000 10000001 10010010 0 11011 10001 11111 101010010 10111 111100

Color Harmonies of #B08192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08192

Black with #B08192

Text Example


Text Example

White with #B08192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08192; }

 p { color: rgb(176,129,146); }

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

background-color css

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

 a { background-color: rgb(176,129,146); }

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

border-color css

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

 span { border-color: rgb(176,129,146); }

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