Html Css Color HEX #B96F88 Tapestry

📋 copy color: '#B96F88'

red 185 ◦ green 111 ◦ blue 136

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

Shades of Tapestry #B96F88

Tints of Tapestry #B96F88

RGB

 RED value IS 185 (72.66% from 255) = 42.82%

 GREEN value IS 111 (43.75% from 255) = 25.69%

 BLUE value IS 136 (53.52% from 255) = 31.48%

R = 42.82%
G = 25.69%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96F88 (or 0xB96F88) is known color: Tapestry. HEX triplet: B9, 6F and 88. RGB value is (185,111,136). Sum of RGB (Red+Green+Blue) = 185+111+136=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F88 is #469077. Grayscale: #878787. Windows color (decimal): -4624504 or 8941497. OLE color: 8941497.

HSL color Cylindrical-coordinate representation of color #B96F88: hue angle of 339.73º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96F88 is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 136 -
CMYK 0 0.4 0.26 0.27
HSL 339.73º 0.35% 0.58% -
HSV(B) 339.73º 0.4% 0.73% -
XYZ 30.14 23.46 26.23 -
YUV 135.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 185 111 136 0 0.4 0.26 0.27 339.73 0.35 0.58
Hex B9 6F 88 0 28 1A 1B 154 23 3A
Octal 271 157 210 0 50 32 33 524 43 72
Binary 10111001 1101111 10001000 0 101000 11010 11011 101010100 100011 111010

Color Harmonies of #B96F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F88

Black with #B96F88

Text Example


Text Example

White with #B96F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F88; }

 p { color: rgb(185,111,136); }

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

background-color css

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

 a { background-color: rgb(185,111,136); }

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

border-color css

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

 span { border-color: rgb(185,111,136); }

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