Html Css Color HEX #B96688 Tapestry

📋 copy color: '#B96688'

red 185 ◦ green 102 ◦ blue 136

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

Shades of Tapestry #B96688

Tints of Tapestry #B96688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.11%

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

R = 43.74%
G = 24.11%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96688 (or 0xB96688) is known color: Tapestry. HEX triplet: B9, 66 and 88. RGB value is (185,102,136). Sum of RGB (Red+Green+Blue) = 185+102+136=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B96688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96688 is #469977. Grayscale: #828282. Windows color (decimal): -4626808 or 8939193. OLE color: 8939193.

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

Color convert

RGB 185 102 136 -
CMYK 0 0.45 0.26 0.27
HSL 335.42º 0.37% 0.56% -
HSV(B) 335.42º 0.45% 0.73% -
XYZ 29.2 21.59 25.92 -
YUV 130.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 185 102 136 0 0.45 0.26 0.27 335.42 0.37 0.56
Hex B9 66 88 0 2D 1A 1B 14F 25 38
Octal 271 146 210 0 55 32 33 517 45 70
Binary 10111001 1100110 10001000 0 101101 11010 11011 101001111 100101 111000

Color Harmonies of #B96688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96688

Black with #B96688

Text Example


Text Example

White with #B96688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96688; }

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

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

background-color css

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

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

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

border-color css

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

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

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