Html Css Color HEX #B96384 Tapestry

📋 copy color: '#B96384'

red 185 ◦ green 99 ◦ blue 132

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

Shades of Tapestry #B96384

Tints of Tapestry #B96384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.73%

R = 44.47%
G = 23.8%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B96384 (or 0xB96384) is known color: Tapestry. HEX triplet: B9, 63 and 84. RGB value is (185,99,132). Sum of RGB (Red+Green+Blue) = 185+99+132=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B96384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96384 is #469C7B. Grayscale: #808080. Windows color (decimal): -4627580 or 8676281. OLE color: 8676281.

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

Color convert

RGB 185 99 132 -
CMYK 0 0.46 0.29 0.27
HSL 336.98º 0.38% 0.56% -
HSV(B) 336.98º 0.46% 0.73% -
XYZ 28.63 20.9 24.36 -
YUV 128.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 185 99 132 0 0.46 0.29 0.27 336.98 0.38 0.56
Hex B9 63 84 0 2E 1D 1B 151 26 38
Octal 271 143 204 0 56 35 33 521 46 70
Binary 10111001 1100011 10000100 0 101110 11101 11011 101010001 100110 111000

Color Harmonies of #B96384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96384

Black with #B96384

Text Example


Text Example

White with #B96384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96384; }

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

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

background-color css

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

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

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

border-color css

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

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

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