Html Css Color HEX #B96C90 Tapestry

📋 copy color: '#B96C90'

red 185 ◦ green 108 ◦ blue 144

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

Shades of Tapestry #B96C90

Tints of Tapestry #B96C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.71%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 42.33%
G = 24.71%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B96C90 (or 0xB96C90) is known color: Tapestry. HEX triplet: B9, 6C and 90. RGB value is (185,108,144). Sum of RGB (Red+Green+Blue) = 185+108+144=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 108 (42.58% from 255 or 24.71% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96C90 is #46936F. Grayscale: #878787. Windows color (decimal): -4625264 or 9465017. OLE color: 9465017.

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

Color convert

RGB 185 108 144 -
CMYK 0 0.42 0.22 0.27
HSL 331.95º 0.35% 0.57% -
HSV(B) 331.95º 0.42% 0.73% -
XYZ 30.4 23.05 29.23 -
YUV 135.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 185 108 144 0 0.42 0.22 0.27 331.95 0.35 0.57
Hex B9 6C 90 0 2A 16 1B 14C 23 39
Octal 271 154 220 0 52 26 33 514 43 71
Binary 10111001 1101100 10010000 0 101010 10110 11011 101001100 100011 111001

Color Harmonies of #B96C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C90

Black with #B96C90

Text Example


Text Example

White with #B96C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C90; }

 p { color: rgb(185,108,144); }

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

background-color css

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

 a { background-color: rgb(185,108,144); }

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

border-color css

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

 span { border-color: rgb(185,108,144); }

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