Html Css Color HEX #B46F90 Tapestry

📋 copy color: '#B46F90'

red 180 ◦ green 111 ◦ blue 144

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

Shades of Tapestry #B46F90

Tints of Tapestry #B46F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.52%

 BLUE value IS 144 (56.64% from 255) = 33.1%

R = 41.38%
G = 25.52%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B46F90 (or 0xB46F90) is known color: Tapestry. HEX triplet: B4, 6F and 90. RGB value is (180,111,144). Sum of RGB (Red+Green+Blue) = 180+111+144=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46F90 is #4B906F. Grayscale: #878787. Windows color (decimal): -4952176 or 9465780. OLE color: 9465780.

HSL color Cylindrical-coordinate representation of color #B46F90: hue angle of 331.3º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B46F90 is Cyan = 0, Magento = 0.38, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 111 144 -
CMYK 0 0.38 0.2 0.29
HSL 331.3º 0.32% 0.57% -
HSV(B) 331.3º 0.38% 0.71% -
XYZ 29.54 23.09 29.28 -
YUV 135.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 180 111 144 0 0.38 0.2 0.29 331.3 0.32 0.57
Hex B4 6F 90 0 26 14 1D 14B 20 39
Octal 264 157 220 0 46 24 35 513 40 71
Binary 10110100 1101111 10010000 0 100110 10100 11101 101001011 100000 111001

Color Harmonies of #B46F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46F90

Black with #B46F90

Text Example


Text Example

White with #B46F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46F90; }

 p { color: rgb(180,111,144); }

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

background-color css

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

 a { background-color: rgb(180,111,144); }

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

border-color css

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

 span { border-color: rgb(180,111,144); }

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