Html Css Color HEX #B96687 Tapestry

📋 copy color: '#B96687'

red 185 ◦ green 102 ◦ blue 135

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

Shades of Tapestry #B96687

Tints of Tapestry #B96687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.99%

R = 43.84%
G = 24.17%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B96687 (or 0xB96687) is known color: Tapestry. HEX triplet: B9, 66 and 87. RGB value is (185,102,135). Sum of RGB (Red+Green+Blue) = 185+102+135=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B96687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96687 is #469978. Grayscale: #828282. Windows color (decimal): -4626809 or 8873657. OLE color: 8873657.

HSL color Cylindrical-coordinate representation of color #B96687: hue angle of 336.14º 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 #B96687 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 135 -
CMYK 0 0.45 0.27 0.27
HSL 336.14º 0.37% 0.56% -
HSV(B) 336.14º 0.45% 0.73% -
XYZ 29.13 21.57 25.55 -
YUV 130.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 185 102 135 0 0.45 0.27 0.27 336.14 0.37 0.56
Hex B9 66 87 0 2D 1B 1B 150 25 38
Octal 271 146 207 0 55 33 33 520 45 70
Binary 10111001 1100110 10000111 0 101101 11011 11011 101010000 100101 111000

Color Harmonies of #B96687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96687

Black with #B96687

Text Example


Text Example

White with #B96687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96687; }

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

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

background-color css

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

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

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

border-color css

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

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

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