Html Css Color HEX #B96285 Tapestry

📋 copy color: '#B96285'

red 185 ◦ green 98 ◦ blue 133

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

Shades of Tapestry #B96285

Tints of Tapestry #B96285

RGB

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

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

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

R = 44.47%
G = 23.56%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B96285 (or 0xB96285) is known color: Tapestry. HEX triplet: B9, 62 and 85. RGB value is (185,98,133). Sum of RGB (Red+Green+Blue) = 185+98+133=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B96285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96285 is #469D7A. Grayscale: #7F7F7F. Windows color (decimal): -4627835 or 8741561. OLE color: 8741561.

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

Color convert

RGB 185 98 133 -
CMYK 0 0.47 0.28 0.27
HSL 335.86º 0.38% 0.55% -
HSV(B) 335.86º 0.47% 0.73% -
XYZ 28.61 20.74 24.69 -
YUV 128 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 185 98 133 0 0.47 0.28 0.27 335.86 0.38 0.55
Hex B9 62 85 0 2F 1C 1B 150 26 37
Octal 271 142 205 0 57 34 33 520 46 67
Binary 10111001 1100010 10000101 0 101111 11100 11011 101010000 100110 110111

Color Harmonies of #B96285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96285

Black with #B96285

Text Example


Text Example

White with #B96285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96285; }

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

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

background-color css

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

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

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

border-color css

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

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

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