Html Css Color HEX #B0888C Tapestry

📋 copy color: '#B0888C'

red 176 ◦ green 136 ◦ blue 140

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

Shades of Tapestry #B0888C

Tints of Tapestry #B0888C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.09%

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 38.94%
G = 30.09%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0888C (or 0xB0888C) is known color: Tapestry. HEX triplet: B0, 88 and 8C. RGB value is (176,136,140). Sum of RGB (Red+Green+Blue) = 176+136+140=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0888C is #4F7773. Grayscale: #949494. Windows color (decimal): -5207924 or 9210032. OLE color: 9210032.

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

Color convert

RGB 176 136 140 -
CMYK 0 0.23 0.20 0.31
HSL 354º 0.2% 0.61% -
HSV(B) 354º 0.23% 0.69% -
XYZ 31.44 28.73 28.7 -
YUV 148.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 176 136 140 0 0.23 0.20 0.31 354 0.2 0.61
Hex B0 88 8C 0 17 14 1F 162 14 3D
Octal 260 210 214 0 27 24 37 542 24 75
Binary 10110000 10001000 10001100 0 10111 10100 11111 101100010 10100 111101

Color Harmonies of #B0888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0888C

Black with #B0888C

Text Example


Text Example

White with #B0888C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0888C; }

 p { color: rgb(176,136,140); }

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

background-color css

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

 a { background-color: rgb(176,136,140); }

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

border-color css

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

 span { border-color: rgb(176,136,140); }

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