Html Css Color HEX #B46385 Tapestry

📋 copy color: '#B46385'

red 180 ◦ green 99 ◦ blue 133

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

Shades of Tapestry #B46385

Tints of Tapestry #B46385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.28%

R = 43.69%
G = 24.03%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B46385 (or 0xB46385) is known color: Tapestry. HEX triplet: B4, 63 and 85. RGB value is (180,99,133). Sum of RGB (Red+Green+Blue) = 180+99+133=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B46385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46385 is #4B9C7A. Grayscale: #7F7F7F. Windows color (decimal): -4955259 or 8741812. OLE color: 8741812.

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

Color convert

RGB 180 99 133 -
CMYK 0 0.45 0.26 0.29
HSL 334.81º 0.35% 0.55% -
HSV(B) 334.81º 0.45% 0.71% -
XYZ 27.52 20.32 24.66 -
YUV 127.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 180 99 133 0 0.45 0.26 0.29 334.81 0.35 0.55
Hex B4 63 85 0 2D 1A 1D 14F 23 37
Octal 264 143 205 0 55 32 35 517 43 67
Binary 10110100 1100011 10000101 0 101101 11010 11101 101001111 100011 110111

Color Harmonies of #B46385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46385

Black with #B46385

Text Example


Text Example

White with #B46385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46385; }

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

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

background-color css

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

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

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

border-color css

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

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

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