Html Css Color HEX #B46A89 Tapestry

📋 copy color: '#B46A89'

red 180 ◦ green 106 ◦ blue 137

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

Shades of Tapestry #B46A89

Tints of Tapestry #B46A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.39%

R = 42.55%
G = 25.06%
B = 32.39%

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

#B46A89 (or 0xB46A89) is known color: Tapestry. HEX triplet: B4, 6A and 89. RGB value is (180,106,137). Sum of RGB (Red+Green+Blue) = 180+106+137=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46A89 is #4B9576. Grayscale: #838383. Windows color (decimal): -4953463 or 9005748. OLE color: 9005748.

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

Color convert

RGB 180 106 137 -
CMYK 0 0.41 0.24 0.29
HSL 334.86º 0.33% 0.56% -
HSV(B) 334.86º 0.41% 0.71% -
XYZ 28.49 21.82 26.38 -
YUV 131.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 180 106 137 0 0.41 0.24 0.29 334.86 0.33 0.56
Hex B4 6A 89 0 29 18 1D 14F 21 38
Octal 264 152 211 0 51 30 35 517 41 70
Binary 10110100 1101010 10001001 0 101001 11000 11101 101001111 100001 111000

Color Harmonies of #B46A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A89

Black with #B46A89

Text Example


Text Example

White with #B46A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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