Html Css Color HEX #B96682 Tapestry

📋 copy color: '#B96682'

red 185 ◦ green 102 ◦ blue 130

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

Shades of Tapestry #B96682

Tints of Tapestry #B96682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.18%

R = 44.36%
G = 24.46%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B96682 (or 0xB96682) is known color: Tapestry. HEX triplet: B9, 66 and 82. RGB value is (185,102,130). Sum of RGB (Red+Green+Blue) = 185+102+130=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96682 is #46997D. Grayscale: #818181. Windows color (decimal): -4626814 or 8545977. OLE color: 8545977.

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

Color convert

RGB 185 102 130 -
CMYK 0 0.45 0.30 0.27
HSL 339.76º 0.37% 0.56% -
HSV(B) 339.76º 0.45% 0.73% -
XYZ 28.79 21.43 23.74 -
YUV 130.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 185 102 130 0 0.45 0.30 0.27 339.76 0.37 0.56
Hex B9 66 82 0 2D 1E 1B 154 25 38
Octal 271 146 202 0 55 36 33 524 45 70
Binary 10111001 1100110 10000010 0 101101 11110 11011 101010100 100101 111000

Color Harmonies of #B96682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96682

Black with #B96682

Text Example


Text Example

White with #B96682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96682; }

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

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

background-color css

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

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

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

border-color css

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

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

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