Html Css Color HEX #B96385 Tapestry

📋 copy color: '#B96385'

red 185 ◦ green 99 ◦ blue 133

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

Shades of Tapestry #B96385

Tints of Tapestry #B96385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.89%

R = 44.36%
G = 23.74%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B96385 (or 0xB96385) is known color: Tapestry. HEX triplet: B9, 63 and 85. RGB value is (185,99,133). Sum of RGB (Red+Green+Blue) = 185+99+133=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96385 is #469C7A. Grayscale: #808080. Windows color (decimal): -4627579 or 8741817. OLE color: 8741817.

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

Color convert

RGB 185 99 133 -
CMYK 0 0.46 0.28 0.27
HSL 336.28º 0.38% 0.56% -
HSV(B) 336.28º 0.46% 0.73% -
XYZ 28.7 20.93 24.72 -
YUV 128.59 130.49 168.24 -
System Red Green Blue C M Y K H S L
Decimal 185 99 133 0 0.46 0.28 0.27 336.28 0.38 0.56
Hex B9 63 85 0 2E 1C 1B 150 26 38
Octal 271 143 205 0 56 34 33 520 46 70
Binary 10111001 1100011 10000101 0 101110 11100 11011 101010000 100110 111000

Color Harmonies of #B96385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96385

Black with #B96385

Text Example


Text Example

White with #B96385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96385; }

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

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

background-color css

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

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

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

border-color css

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

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

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