Html Css Color HEX #B96675 Tapestry

📋 copy color: '#B96675'

red 185 ◦ green 102 ◦ blue 117

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

Shades of Tapestry #B96675

Tints of Tapestry #B96675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 45.79%
G = 25.25%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B96675 (or 0xB96675) is known color: Tapestry. HEX triplet: B9, 66 and 75. RGB value is (185,102,117). Sum of RGB (Red+Green+Blue) = 185+102+117=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B96675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96675 is #46998A. Grayscale: #808080. Windows color (decimal): -4626827 or 7694009. OLE color: 7694009.

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

Color convert

RGB 185 102 117 -
CMYK 0 0.45 0.37 0.27
HSL 349.16º 0.37% 0.56% -
HSV(B) 349.16º 0.45% 0.73% -
XYZ 27.97 21.1 19.43 -
YUV 128.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 185 102 117 0 0.45 0.37 0.27 349.16 0.37 0.56
Hex B9 66 75 0 2D 25 1B 15D 25 38
Octal 271 146 165 0 55 45 33 535 45 70
Binary 10111001 1100110 1110101 0 101101 100101 11011 101011101 100101 111000

Color Harmonies of #B96675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96675

Black with #B96675

Text Example


Text Example

White with #B96675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96675; }

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

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

background-color css

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

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

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

border-color css

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

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

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