Html Css Color HEX #B46384 Tapestry

📋 copy color: '#B46384'

red 180 ◦ green 99 ◦ blue 132

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

Shades of Tapestry #B46384

Tints of Tapestry #B46384

RGB

 RED value IS 180 (70.7% from 255) = 43.8%

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

 BLUE value IS 132 (51.95% from 255) = 32.12%

R = 43.8%
G = 24.09%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B46384 (or 0xB46384) is known color: Tapestry. HEX triplet: B4, 63 and 84. RGB value is (180,99,132). Sum of RGB (Red+Green+Blue) = 180+99+132=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B46384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46384 is #4B9C7B. Grayscale: #7E7E7E. Windows color (decimal): -4955260 or 8676276. OLE color: 8676276.

HSL color Cylindrical-coordinate representation of color #B46384: hue angle of 335.56º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B46384 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 99 132 -
CMYK 0 0.45 0.27 0.29
HSL 335.56º 0.35% 0.55% -
HSV(B) 335.56º 0.45% 0.71% -
XYZ 27.45 20.29 24.3 -
YUV 126.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 180 99 132 0 0.45 0.27 0.29 335.56 0.35 0.55
Hex B4 63 84 0 2D 1B 1D 150 23 37
Octal 264 143 204 0 55 33 35 520 43 67
Binary 10110100 1100011 10000100 0 101101 11011 11101 101010000 100011 110111

Color Harmonies of #B46384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46384

Black with #B46384

Text Example


Text Example

White with #B46384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46384; }

 p { color: rgb(180,99,132); }

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

background-color css

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

 a { background-color: rgb(180,99,132); }

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

border-color css

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

 span { border-color: rgb(180,99,132); }

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