Html Css Color HEX #B96982 Tapestry

📋 copy color: '#B96982'

red 185 ◦ green 105 ◦ blue 130

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

Shades of Tapestry #B96982

Tints of Tapestry #B96982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

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

R = 44.05%
G = 25%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B96982 (or 0xB96982) is known color: Tapestry. HEX triplet: B9, 69 and 82. RGB value is (185,105,130). Sum of RGB (Red+Green+Blue) = 185+105+130=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B96982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96982 is #46967D. Grayscale: #838383. Windows color (decimal): -4626046 or 8546745. OLE color: 8546745.

HSL color Cylindrical-coordinate representation of color #B96982: hue angle of 341.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B96982 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 105 130 -
CMYK 0 0.43 0.30 0.27
HSL 341.25º 0.36% 0.57% -
HSV(B) 341.25º 0.43% 0.73% -
XYZ 29.09 22.03 23.84 -
YUV 131.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 185 105 130 0 0.43 0.30 0.27 341.25 0.36 0.57
Hex B9 69 82 0 2B 1E 1B 155 24 39
Octal 271 151 202 0 53 36 33 525 44 71
Binary 10111001 1101001 10000010 0 101011 11110 11011 101010101 100100 111001

Color Harmonies of #B96982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96982

Black with #B96982

Text Example


Text Example

White with #B96982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96982; }

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

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

background-color css

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

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

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

border-color css

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

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

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