Html Css Color HEX #B46992 Tapestry

📋 copy color: '#B46992'

red 180 ◦ green 105 ◦ blue 146

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

Shades of Tapestry #B46992

Tints of Tapestry #B46992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.87%

R = 41.76%
G = 24.36%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B46992 (or 0xB46992) is known color: Tapestry. HEX triplet: B4, 69 and 92. RGB value is (180,105,146). Sum of RGB (Red+Green+Blue) = 180+105+146=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B46992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46992 is #4B966D. Grayscale: #848484. Windows color (decimal): -4953710 or 9595316. OLE color: 9595316.

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

Color convert

RGB 180 105 146 -
CMYK 0 0.42 0.19 0.29
HSL 327.2º 0.33% 0.56% -
HSV(B) 327.2º 0.42% 0.71% -
XYZ 29.06 21.88 29.89 -
YUV 132.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 180 105 146 0 0.42 0.19 0.29 327.2 0.33 0.56
Hex B4 69 92 0 2A 13 1D 147 21 38
Octal 264 151 222 0 52 23 35 507 41 70
Binary 10110100 1101001 10010010 0 101010 10011 11101 101000111 100001 111000

Color Harmonies of #B46992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46992

Black with #B46992

Text Example


Text Example

White with #B46992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46992; }

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

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

background-color css

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

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

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

border-color css

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

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

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