Html Css Color HEX #B96281 Tapestry

📋 copy color: '#B96281'

red 185 ◦ green 98 ◦ blue 129

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

Shades of Tapestry #B96281

Tints of Tapestry #B96281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.31%

R = 44.9%
G = 23.79%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B96281 (or 0xB96281) is known color: Tapestry. HEX triplet: B9, 62 and 81. RGB value is (185,98,129). Sum of RGB (Red+Green+Blue) = 185+98+129=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B96281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96281 is #469D7E. Grayscale: #7F7F7F. Windows color (decimal): -4627839 or 8479417. OLE color: 8479417.

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

Color convert

RGB 185 98 129 -
CMYK 0 0.47 0.30 0.27
HSL 338.62º 0.38% 0.55% -
HSV(B) 338.62º 0.47% 0.73% -
XYZ 28.34 20.63 23.26 -
YUV 127.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 185 98 129 0 0.47 0.30 0.27 338.62 0.38 0.55
Hex B9 62 81 0 2F 1E 1B 153 26 37
Octal 271 142 201 0 57 36 33 523 46 67
Binary 10111001 1100010 10000001 0 101111 11110 11011 101010011 100110 110111

Color Harmonies of #B96281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96281

Black with #B96281

Text Example


Text Example

White with #B96281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96281; }

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

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

background-color css

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

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

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

border-color css

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

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

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