Html Css Color HEX #B46A88 Tapestry

📋 copy color: '#B46A88'

red 180 ◦ green 106 ◦ blue 136

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

Shades of Tapestry #B46A88

Tints of Tapestry #B46A88

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.12%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 42.65%
G = 25.12%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B46A88 (or 0xB46A88) is known color: Tapestry. HEX triplet: B4, 6A and 88. RGB value is (180,106,136). Sum of RGB (Red+Green+Blue) = 180+106+136=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46A88 is #4B9577. Grayscale: #838383. Windows color (decimal): -4953464 or 8940212. OLE color: 8940212.

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

Color convert

RGB 180 106 136 -
CMYK 0 0.41 0.24 0.29
HSL 335.68º 0.33% 0.56% -
HSV(B) 335.68º 0.41% 0.71% -
XYZ 28.42 21.79 26 -
YUV 131.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 180 106 136 0 0.41 0.24 0.29 335.68 0.33 0.56
Hex B4 6A 88 0 29 18 1D 150 21 38
Octal 264 152 210 0 51 30 35 520 41 70
Binary 10110100 1101010 10001000 0 101001 11000 11101 101010000 100001 111000

Color Harmonies of #B46A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A88

Black with #B46A88

Text Example


Text Example

White with #B46A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A88; }

 p { color: rgb(180,106,136); }

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

background-color css

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

 a { background-color: rgb(180,106,136); }

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

border-color css

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

 span { border-color: rgb(180,106,136); }

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