Html Css Color HEX #B4748F Tapestry

📋 copy color: '#B4748F'

red 180 ◦ green 116 ◦ blue 143

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

Shades of Tapestry #B4748F

Tints of Tapestry #B4748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.57%

R = 41%
G = 26.42%
B = 32.57%

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

#B4748F (or 0xB4748F) is known color: Tapestry. HEX triplet: B4, 74 and 8F. RGB value is (180,116,143). Sum of RGB (Red+Green+Blue) = 180+116+143=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 143 (56.25% from 255 or 32.57% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4748F is #4B8B70. Grayscale: #8A8A8A. Windows color (decimal): -4950897 or 9401524. OLE color: 9401524.

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

Color convert

RGB 180 116 143 -
CMYK 0 0.36 0.21 0.29
HSL 334.69º 0.3% 0.58% -
HSV(B) 334.69º 0.36% 0.71% -
XYZ 30.03 24.18 29.07 -
YUV 138.21 130.7 157.8 -
System Red Green Blue C M Y K H S L
Decimal 180 116 143 0 0.36 0.21 0.29 334.69 0.3 0.58
Hex B4 74 8F 0 24 15 1D 14F 1E 3A
Octal 264 164 217 0 44 25 35 517 36 72
Binary 10110100 1110100 10001111 0 100100 10101 11101 101001111 11110 111010

Color Harmonies of #B4748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4748F

Black with #B4748F

Text Example


Text Example

White with #B4748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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