Html Css Color HEX #B96286 Tapestry

📋 copy color: '#B96286'

red 185 ◦ green 98 ◦ blue 134

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

Shades of Tapestry #B96286

Tints of Tapestry #B96286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

 BLUE value IS 134 (52.73% from 255) = 32.13%

R = 44.36%
G = 23.5%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B96286 (or 0xB96286) is known color: Tapestry. HEX triplet: B9, 62 and 86. RGB value is (185,98,134). Sum of RGB (Red+Green+Blue) = 185+98+134=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96286 is #469D79. Grayscale: #808080. Windows color (decimal): -4627834 or 8807097. OLE color: 8807097.

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

Color convert

RGB 185 98 134 -
CMYK 0 0.47 0.28 0.27
HSL 335.17º 0.38% 0.55% -
HSV(B) 335.17º 0.47% 0.73% -
XYZ 28.68 20.77 25.05 -
YUV 128.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 185 98 134 0 0.47 0.28 0.27 335.17 0.38 0.55
Hex B9 62 86 0 2F 1C 1B 14F 26 37
Octal 271 142 206 0 57 34 33 517 46 67
Binary 10111001 1100010 10000110 0 101111 11100 11011 101001111 100110 110111

Color Harmonies of #B96286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96286

Black with #B96286

Text Example


Text Example

White with #B96286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96286; }

 p { color: rgb(185,98,134); }

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

background-color css

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

 a { background-color: rgb(185,98,134); }

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

border-color css

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

 span { border-color: rgb(185,98,134); }

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