Html Css Color HEX #B96388 Tapestry

📋 copy color: '#B96388'

red 185 ◦ green 99 ◦ blue 136

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

Shades of Tapestry #B96388

Tints of Tapestry #B96388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.57%

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

R = 44.05%
G = 23.57%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96388 (or 0xB96388) is known color: Tapestry. HEX triplet: B9, 63 and 88. RGB value is (185,99,136). Sum of RGB (Red+Green+Blue) = 185+99+136=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B96388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96388 is #469C77. Grayscale: #808080. Windows color (decimal): -4627576 or 8938425. OLE color: 8938425.

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

Color convert

RGB 185 99 136 -
CMYK 0 0.46 0.26 0.27
HSL 334.19º 0.38% 0.56% -
HSV(B) 334.19º 0.46% 0.73% -
XYZ 28.91 21.02 25.83 -
YUV 128.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 185 99 136 0 0.46 0.26 0.27 334.19 0.38 0.56
Hex B9 63 88 0 2E 1A 1B 14E 26 38
Octal 271 143 210 0 56 32 33 516 46 70
Binary 10111001 1100011 10001000 0 101110 11010 11011 101001110 100110 111000

Color Harmonies of #B96388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96388

Black with #B96388

Text Example


Text Example

White with #B96388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96388; }

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

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

background-color css

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

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

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

border-color css

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

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

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