Html Css Color HEX #B96789 Tapestry

📋 copy color: '#B96789'

red 185 ◦ green 103 ◦ blue 137

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

Shades of Tapestry #B96789

Tints of Tapestry #B96789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.24%

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

R = 43.53%
G = 24.24%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B96789 (or 0xB96789) is known color: Tapestry. HEX triplet: B9, 67 and 89. RGB value is (185,103,137). Sum of RGB (Red+Green+Blue) = 185+103+137=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B96789 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96789 is #469876. Grayscale: #838383. Windows color (decimal): -4626551 or 9004985. OLE color: 9004985.

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

Color convert

RGB 185 103 137 -
CMYK 0 0.44 0.26 0.27
HSL 335.12º 0.37% 0.56% -
HSV(B) 335.12º 0.44% 0.73% -
XYZ 29.37 21.82 26.33 -
YUV 131.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 185 103 137 0 0.44 0.26 0.27 335.12 0.37 0.56
Hex B9 67 89 0 2C 1A 1B 14F 25 38
Octal 271 147 211 0 54 32 33 517 45 70
Binary 10111001 1100111 10001001 0 101100 11010 11011 101001111 100101 111000

Color Harmonies of #B96789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96789

Black with #B96789

Text Example


Text Example

White with #B96789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96789; }

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

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

background-color css

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

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

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

border-color css

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

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

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