Html Css Color HEX #B86382 Tapestry

📋 copy color: '#B86382'

red 184 ◦ green 99 ◦ blue 130

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

Shades of Tapestry #B86382

Tints of Tapestry #B86382

RGB

 RED value IS 184 (72.27% from 255) = 44.55%

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

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

R = 44.55%
G = 23.97%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B86382 (or 0xB86382) is known color: Tapestry. HEX triplet: B8, 63 and 82. RGB value is (184,99,130). Sum of RGB (Red+Green+Blue) = 184+99+130=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B86382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86382 is #479C7D. Grayscale: #7F7F7F. Windows color (decimal): -4693118 or 8545208. OLE color: 8545208.

HSL color Cylindrical-coordinate representation of color #B86382: hue angle of 338.12º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86382 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 99 130 -
CMYK 0 0.46 0.29 0.28
HSL 338.12º 0.37% 0.55% -
HSV(B) 338.12º 0.46% 0.72% -
XYZ 28.26 20.73 23.63 -
YUV 127.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 184 99 130 0 0.46 0.29 0.28 338.12 0.37 0.55
Hex B8 63 82 0 2E 1D 1C 152 25 37
Octal 270 143 202 0 56 35 34 522 45 67
Binary 10111000 1100011 10000010 0 101110 11101 11100 101010010 100101 110111

Color Harmonies of #B86382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86382

Black with #B86382

Text Example


Text Example

White with #B86382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86382; }

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

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

background-color css

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

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

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

border-color css

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

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

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