Html Css Color HEX #B96488 Tapestry

📋 copy color: '#B96488'

red 185 ◦ green 100 ◦ blue 136

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

Shades of Tapestry #B96488

Tints of Tapestry #B96488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.75%

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

R = 43.94%
G = 23.75%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96488 (or 0xB96488) is known color: Tapestry. HEX triplet: B9, 64 and 88. RGB value is (185,100,136). Sum of RGB (Red+Green+Blue) = 185+100+136=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B96488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96488 is #469B77. Grayscale: #818181. Windows color (decimal): -4627320 or 8938681. OLE color: 8938681.

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

Color convert

RGB 185 100 136 -
CMYK 0 0.46 0.26 0.27
HSL 334.59º 0.38% 0.56% -
HSV(B) 334.59º 0.46% 0.73% -
XYZ 29.01 21.21 25.86 -
YUV 129.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 185 100 136 0 0.46 0.26 0.27 334.59 0.38 0.56
Hex B9 64 88 0 2E 1A 1B 14F 26 38
Octal 271 144 210 0 56 32 33 517 46 70
Binary 10111001 1100100 10001000 0 101110 11010 11011 101001111 100110 111000

Color Harmonies of #B96488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96488

Black with #B96488

Text Example


Text Example

White with #B96488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96488; }

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

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

background-color css

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

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

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

border-color css

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

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

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