Html Css Color HEX #B96F89 Tapestry

📋 copy color: '#B96F89'

red 185 ◦ green 111 ◦ blue 137

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

Shades of Tapestry #B96F89

Tints of Tapestry #B96F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.64%

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

R = 42.73%
G = 25.64%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96F89 (or 0xB96F89) is known color: Tapestry. HEX triplet: B9, 6F and 89. RGB value is (185,111,137). Sum of RGB (Red+Green+Blue) = 185+111+137=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F89 is #469076. Grayscale: #888888. Windows color (decimal): -4624503 or 9007033. OLE color: 9007033.

HSL color Cylindrical-coordinate representation of color #B96F89: hue angle of 338.92º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96F89 is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 111 137 -
CMYK 0 0.4 0.26 0.27
HSL 338.92º 0.35% 0.58% -
HSV(B) 338.92º 0.4% 0.73% -
XYZ 30.21 23.49 26.61 -
YUV 136.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 185 111 137 0 0.4 0.26 0.27 338.92 0.35 0.58
Hex B9 6F 89 0 28 1A 1B 153 23 3A
Octal 271 157 211 0 50 32 33 523 43 72
Binary 10111001 1101111 10001001 0 101000 11010 11011 101010011 100011 111010

Color Harmonies of #B96F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F89

Black with #B96F89

Text Example


Text Example

White with #B96F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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