Html Css Color HEX #B96382 Tapestry

📋 copy color: '#B96382'

red 185 ◦ green 99 ◦ blue 130

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

Shades of Tapestry #B96382

Tints of Tapestry #B96382

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.91%

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

R = 44.69%
G = 23.91%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B96382 (or 0xB96382) is known color: Tapestry. HEX triplet: B9, 63 and 82. RGB value is (185,99,130). Sum of RGB (Red+Green+Blue) = 185+99+130=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B96382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96382 is #469C7D. Grayscale: #808080. Windows color (decimal): -4627582 or 8545209. OLE color: 8545209.

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

Color convert

RGB 185 99 130 -
CMYK 0 0.46 0.30 0.27
HSL 338.37º 0.38% 0.56% -
HSV(B) 338.37º 0.46% 0.73% -
XYZ 28.5 20.85 23.64 -
YUV 128.25 128.99 168.48 -
System Red Green Blue C M Y K H S L
Decimal 185 99 130 0 0.46 0.30 0.27 338.37 0.38 0.56
Hex B9 63 82 0 2E 1E 1B 152 26 38
Octal 271 143 202 0 56 36 33 522 46 70
Binary 10111001 1100011 10000010 0 101110 11110 11011 101010010 100110 111000

Color Harmonies of #B96382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96382

Black with #B96382

Text Example


Text Example

White with #B96382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96382; }

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

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

background-color css

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

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

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

border-color css

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

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

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