Html Css Color HEX #B96689 Tapestry

📋 copy color: '#B96689'

red 185 ◦ green 102 ◦ blue 137

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

Shades of Tapestry #B96689

Tints of Tapestry #B96689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.06%

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

R = 43.63%
G = 24.06%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96689 (or 0xB96689) is known color: Tapestry. HEX triplet: B9, 66 and 89. RGB value is (185,102,137). Sum of RGB (Red+Green+Blue) = 185+102+137=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B96689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96689 is #469976. Grayscale: #828282. Windows color (decimal): -4626807 or 9004729. OLE color: 9004729.

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

Color convert

RGB 185 102 137 -
CMYK 0 0.45 0.26 0.27
HSL 334.7º 0.37% 0.56% -
HSV(B) 334.7º 0.45% 0.73% -
XYZ 29.27 21.62 26.3 -
YUV 130.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 185 102 137 0 0.45 0.26 0.27 334.7 0.37 0.56
Hex B9 66 89 0 2D 1A 1B 14F 25 38
Octal 271 146 211 0 55 32 33 517 45 70
Binary 10111001 1100110 10001001 0 101101 11010 11011 101001111 100101 111000

Color Harmonies of #B96689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96689

Black with #B96689

Text Example


Text Example

White with #B96689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96689; }

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

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

background-color css

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

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

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

border-color css

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

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

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