Html Css Color HEX #B96484 Tapestry

📋 copy color: '#B96484'

red 185 ◦ green 100 ◦ blue 132

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

Shades of Tapestry #B96484

Tints of Tapestry #B96484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.98%

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

R = 44.36%
G = 23.98%
B = 31.65%

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

#B96484 (or 0xB96484) is known color: Tapestry. HEX triplet: B9, 64 and 84. RGB value is (185,100,132). Sum of RGB (Red+Green+Blue) = 185+100+132=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96484 is #469B7B. Grayscale: #818181. Windows color (decimal): -4627324 or 8676537. OLE color: 8676537.

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

Color convert

RGB 185 100 132 -
CMYK 0 0.46 0.29 0.27
HSL 337.41º 0.38% 0.56% -
HSV(B) 337.41º 0.46% 0.73% -
XYZ 28.73 21.09 24.39 -
YUV 129.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 185 100 132 0 0.46 0.29 0.27 337.41 0.38 0.56
Hex B9 64 84 0 2E 1D 1B 151 26 38
Octal 271 144 204 0 56 35 33 521 46 70
Binary 10111001 1100100 10000100 0 101110 11101 11011 101010001 100110 111000

Color Harmonies of #B96484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96484

Black with #B96484

Text Example


Text Example

White with #B96484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96484; }

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

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

background-color css

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

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

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

border-color css

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

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

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