Html Css Color HEX #B47B93 Tapestry

📋 copy color: '#B47B93'

red 180 ◦ green 123 ◦ blue 147

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

Shades of Tapestry #B47B93

Tints of Tapestry #B47B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.33%

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 40%
G = 27.33%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B47B93 (or 0xB47B93) is known color: Tapestry. HEX triplet: B4, 7B and 93. RGB value is (180,123,147). Sum of RGB (Red+Green+Blue) = 180+123+147=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B47B93 is #4B846C. Grayscale: #8E8E8E. Windows color (decimal): -4949101 or 9665460. OLE color: 9665460.

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

Color convert

RGB 180 123 147 -
CMYK 0 0.32 0.18 0.29
HSL 334.74º 0.28% 0.59% -
HSV(B) 334.74º 0.32% 0.71% -
XYZ 31.17 25.98 30.97 -
YUV 142.78 130.38 154.55 -
System Red Green Blue C M Y K H S L
Decimal 180 123 147 0 0.32 0.18 0.29 334.74 0.28 0.59
Hex B4 7B 93 0 20 12 1D 14F 1C 3B
Octal 264 173 223 0 40 22 35 517 34 73
Binary 10110100 1111011 10010011 0 100000 10010 11101 101001111 11100 111011

Color Harmonies of #B47B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B93

Black with #B47B93

Text Example


Text Example

White with #B47B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B93; }

 p { color: rgb(180,123,147); }

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

background-color css

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

 a { background-color: rgb(180,123,147); }

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

border-color css

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

 span { border-color: rgb(180,123,147); }

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