Html Css Color HEX #B08189 Tapestry

📋 copy color: '#B08189'

red 176 ◦ green 129 ◦ blue 137

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

Shades of Tapestry #B08189

Tints of Tapestry #B08189

RGB

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

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

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

R = 39.82%
G = 29.19%
B = 31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B08189 (or 0xB08189) is known color: Tapestry. HEX triplet: B0, 81 and 89. RGB value is (176,129,137). Sum of RGB (Red+Green+Blue) = 176+129+137=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B08189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08189 is #4F7E76. Grayscale: #8F8F8F. Windows color (decimal): -5209719 or 9011632. OLE color: 9011632.

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

Color convert

RGB 176 129 137 -
CMYK 0 0.27 0.22 0.31
HSL 349.79º 0.23% 0.6% -
HSV(B) 349.79º 0.27% 0.69% -
XYZ 30.27 26.74 27.23 -
YUV 143.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 176 129 137 0 0.27 0.22 0.31 349.79 0.23 0.6
Hex B0 81 89 0 1B 16 1F 15E 17 3C
Octal 260 201 211 0 33 26 37 536 27 74
Binary 10110000 10000001 10001001 0 11011 10110 11111 101011110 10111 111100

Color Harmonies of #B08189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08189

Black with #B08189

Text Example


Text Example

White with #B08189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08189; }

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

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

background-color css

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

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

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

border-color css

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

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

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