Html Css Color HEX #B46689 Tapestry

📋 copy color: '#B46689'

red 180 ◦ green 102 ◦ blue 137

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

Shades of Tapestry #B46689

Tints of Tapestry #B46689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.34%

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

R = 42.96%
G = 24.34%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B46689 (or 0xB46689) is known color: Tapestry. HEX triplet: B4, 66 and 89. RGB value is (180,102,137). Sum of RGB (Red+Green+Blue) = 180+102+137=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B46689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46689 is #4B9976. Grayscale: #818181. Windows color (decimal): -4954487 or 9004724. OLE color: 9004724.

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

Color convert

RGB 180 102 137 -
CMYK 0 0.43 0.24 0.29
HSL 333.08º 0.34% 0.55% -
HSV(B) 333.08º 0.43% 0.71% -
XYZ 28.09 21.01 26.24 -
YUV 129.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 180 102 137 0 0.43 0.24 0.29 333.08 0.34 0.55
Hex B4 66 89 0 2B 18 1D 14D 22 37
Octal 264 146 211 0 53 30 35 515 42 67
Binary 10110100 1100110 10001001 0 101011 11000 11101 101001101 100010 110111

Color Harmonies of #B46689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46689

Black with #B46689

Text Example


Text Example

White with #B46689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46689; }

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

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

background-color css

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

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

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

border-color css

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

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

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