Html Css Color HEX #B46993 Tapestry

📋 copy color: '#B46993'

red 180 ◦ green 105 ◦ blue 147

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

Shades of Tapestry #B46993

Tints of Tapestry #B46993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.03%

R = 41.67%
G = 24.31%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B46993 (or 0xB46993) is known color: Tapestry. HEX triplet: B4, 69 and 93. RGB value is (180,105,147). Sum of RGB (Red+Green+Blue) = 180+105+147=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B46993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46993 is #4B966C. Grayscale: #848484. Windows color (decimal): -4953709 or 9660852. OLE color: 9660852.

HSL color Cylindrical-coordinate representation of color #B46993: hue angle of 326.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46993 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 105 147 -
CMYK 0 0.42 0.18 0.29
HSL 326.4º 0.33% 0.56% -
HSV(B) 326.4º 0.42% 0.71% -
XYZ 29.14 21.91 30.3 -
YUV 132.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 180 105 147 0 0.42 0.18 0.29 326.4 0.33 0.56
Hex B4 69 93 0 2A 12 1D 146 21 38
Octal 264 151 223 0 52 22 35 506 41 70
Binary 10110100 1101001 10010011 0 101010 10010 11101 101000110 100001 111000

Color Harmonies of #B46993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46993

Black with #B46993

Text Example


Text Example

White with #B46993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46993; }

 p { color: rgb(180,105,147); }

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

background-color css

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

 a { background-color: rgb(180,105,147); }

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

border-color css

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

 span { border-color: rgb(180,105,147); }

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