Html Css Color HEX #B96289 Tapestry

📋 copy color: '#B96289'

red 185 ◦ green 98 ◦ blue 137

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

Shades of Tapestry #B96289

Tints of Tapestry #B96289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 44.05%
G = 23.33%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96289 (or 0xB96289) is known color: Tapestry. HEX triplet: B9, 62 and 89. RGB value is (185,98,137). Sum of RGB (Red+Green+Blue) = 185+98+137=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B96289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96289 is #469D76. Grayscale: #808080. Windows color (decimal): -4627831 or 9003705. OLE color: 9003705.

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

Color convert

RGB 185 98 137 -
CMYK 0 0.47 0.26 0.27
HSL 333.1º 0.38% 0.55% -
HSV(B) 333.1º 0.47% 0.73% -
XYZ 28.89 20.86 26.17 -
YUV 128.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 185 98 137 0 0.47 0.26 0.27 333.1 0.38 0.55
Hex B9 62 89 0 2F 1A 1B 14D 26 37
Octal 271 142 211 0 57 32 33 515 46 67
Binary 10111001 1100010 10001001 0 101111 11010 11011 101001101 100110 110111

Color Harmonies of #B96289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96289

Black with #B96289

Text Example


Text Example

White with #B96289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96289; }

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

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

background-color css

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

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

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

border-color css

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

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

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