Html Css Color HEX #B96288 Tapestry

📋 copy color: '#B96288'

red 185 ◦ green 98 ◦ blue 136

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

Shades of Tapestry #B96288

Tints of Tapestry #B96288

RGB

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

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

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

R = 44.15%
G = 23.39%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96288 (or 0xB96288) is known color: Tapestry. HEX triplet: B9, 62 and 88. RGB value is (185,98,136). Sum of RGB (Red+Green+Blue) = 185+98+136=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B96288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96288 is #469D77. Grayscale: #808080. Windows color (decimal): -4627832 or 8938169. OLE color: 8938169.

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

Color convert

RGB 185 98 136 -
CMYK 0 0.47 0.26 0.27
HSL 333.79º 0.38% 0.55% -
HSV(B) 333.79º 0.47% 0.73% -
XYZ 28.82 20.83 25.79 -
YUV 128.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 185 98 136 0 0.47 0.26 0.27 333.79 0.38 0.55
Hex B9 62 88 0 2F 1A 1B 14E 26 37
Octal 271 142 210 0 57 32 33 516 46 67
Binary 10111001 1100010 10001000 0 101111 11010 11011 101001110 100110 110111

Color Harmonies of #B96288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96288

Black with #B96288

Text Example


Text Example

White with #B96288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96288; }

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

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

background-color css

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

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

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

border-color css

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

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

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