Html Css Color HEX #B46492 Tapestry

📋 copy color: '#B46492'

red 180 ◦ green 100 ◦ blue 146

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

Shades of Tapestry #B46492

Tints of Tapestry #B46492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 42.25%
G = 23.47%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B46492 (or 0xB46492) is known color: Tapestry. HEX triplet: B4, 64 and 92. RGB value is (180,100,146). Sum of RGB (Red+Green+Blue) = 180+100+146=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B46492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46492 is #4B9B6D. Grayscale: #818181. Windows color (decimal): -4954990 or 9594036. OLE color: 9594036.

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

Color convert

RGB 180 100 146 -
CMYK 0 0.44 0.19 0.29
HSL 325.5º 0.35% 0.55% -
HSV(B) 325.5º 0.44% 0.71% -
XYZ 28.57 20.89 29.72 -
YUV 129.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 180 100 146 0 0.44 0.19 0.29 325.5 0.35 0.55
Hex B4 64 92 0 2C 13 1D 146 23 37
Octal 264 144 222 0 54 23 35 506 43 67
Binary 10110100 1100100 10010010 0 101100 10011 11101 101000110 100011 110111

Color Harmonies of #B46492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46492

Black with #B46492

Text Example


Text Example

White with #B46492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46492; }

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

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

background-color css

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

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

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

border-color css

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

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

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