Html Css Color HEX #B4748E Tapestry

📋 copy color: '#B4748E'

red 180 ◦ green 116 ◦ blue 142

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

Shades of Tapestry #B4748E

Tints of Tapestry #B4748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.48%

 BLUE value IS 142 (55.86% from 255) = 32.42%

R = 41.1%
G = 26.48%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4748E (or 0xB4748E) is known color: Tapestry. HEX triplet: B4, 74 and 8E. RGB value is (180,116,142). Sum of RGB (Red+Green+Blue) = 180+116+142=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4748E is #4B8B71. Grayscale: #8A8A8A. Windows color (decimal): -4950898 or 9335988. OLE color: 9335988.

HSL color Cylindrical-coordinate representation of color #B4748E: hue angle of 335.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4748E is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 142 -
CMYK 0 0.36 0.21 0.29
HSL 335.63º 0.3% 0.58% -
HSV(B) 335.63º 0.36% 0.71% -
XYZ 29.95 24.15 28.67 -
YUV 138.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 180 116 142 0 0.36 0.21 0.29 335.63 0.3 0.58
Hex B4 74 8E 0 24 15 1D 150 1E 3A
Octal 264 164 216 0 44 25 35 520 36 72
Binary 10110100 1110100 10001110 0 100100 10101 11101 101010000 11110 111010

Color Harmonies of #B4748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4748E

Black with #B4748E

Text Example


Text Example

White with #B4748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4748E; }

 p { color: rgb(180,116,142); }

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

background-color css

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

 a { background-color: rgb(180,116,142); }

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

border-color css

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

 span { border-color: rgb(180,116,142); }

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