Html Css Color HEX #B96685 Tapestry

📋 copy color: '#B96685'

red 185 ◦ green 102 ◦ blue 133

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

Shades of Tapestry #B96685

Tints of Tapestry #B96685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.67%

R = 44.05%
G = 24.29%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B96685 (or 0xB96685) is known color: Tapestry. HEX triplet: B9, 66 and 85. RGB value is (185,102,133). Sum of RGB (Red+Green+Blue) = 185+102+133=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B96685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96685 is #46997A. Grayscale: #828282. Windows color (decimal): -4626811 or 8742585. OLE color: 8742585.

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

Color convert

RGB 185 102 133 -
CMYK 0 0.45 0.28 0.27
HSL 337.59º 0.37% 0.56% -
HSV(B) 337.59º 0.45% 0.73% -
XYZ 28.99 21.51 24.81 -
YUV 130.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 185 102 133 0 0.45 0.28 0.27 337.59 0.37 0.56
Hex B9 66 85 0 2D 1C 1B 152 25 38
Octal 271 146 205 0 55 34 33 522 45 70
Binary 10111001 1100110 10000101 0 101101 11100 11011 101010010 100101 111000

Color Harmonies of #B96685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96685

Black with #B96685

Text Example


Text Example

White with #B96685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96685; }

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

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

background-color css

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

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

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

border-color css

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

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

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