Html Css Color HEX #B96088 Tapestry

📋 copy color: '#B96088'

red 185 ◦ green 96 ◦ blue 136

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

Shades of Tapestry #B96088

Tints of Tapestry #B96088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

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

R = 44.36%
G = 23.02%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96088 (or 0xB96088) is known color: Tapestry. HEX triplet: B9, 60 and 88. RGB value is (185,96,136). Sum of RGB (Red+Green+Blue) = 185+96+136=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96088 is #469F77. Grayscale: #7F7F7F. Windows color (decimal): -4628344 or 8937657. OLE color: 8937657.

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

Color convert

RGB 185 96 136 -
CMYK 0 0.48 0.26 0.27
HSL 333.03º 0.39% 0.55% -
HSV(B) 333.03º 0.48% 0.73% -
XYZ 28.63 20.46 25.73 -
YUV 127.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 185 96 136 0 0.48 0.26 0.27 333.03 0.39 0.55
Hex B9 60 88 0 30 1A 1B 14D 27 37
Octal 271 140 210 0 60 32 33 515 47 67
Binary 10111001 1100000 10001000 0 110000 11010 11011 101001101 100111 110111

Color Harmonies of #B96088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96088

Black with #B96088

Text Example


Text Example

White with #B96088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96088; }

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

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

background-color css

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

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

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

border-color css

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

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

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