Html Css Color HEX #B4748C Tapestry

📋 copy color: '#B4748C'

red 180 ◦ green 116 ◦ blue 140

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

Shades of Tapestry #B4748C

Tints of Tapestry #B4748C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.11%

R = 41.28%
G = 26.61%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4748C (or 0xB4748C) is known color: Tapestry. HEX triplet: B4, 74 and 8C. RGB value is (180,116,140). Sum of RGB (Red+Green+Blue) = 180+116+140=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B4748C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4748C is #4B8B73. Grayscale: #898989. Windows color (decimal): -4950900 or 9204916. OLE color: 9204916.

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

Color convert

RGB 180 116 140 -
CMYK 0 0.36 0.22 0.29
HSL 337.5º 0.3% 0.58% -
HSV(B) 337.5º 0.36% 0.71% -
XYZ 29.8 24.09 27.89 -
YUV 137.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 180 116 140 0 0.36 0.22 0.29 337.5 0.3 0.58
Hex B4 74 8C 0 24 16 1D 152 1E 3A
Octal 264 164 214 0 44 26 35 522 36 72
Binary 10110100 1110100 10001100 0 100100 10110 11101 101010010 11110 111010

Color Harmonies of #B4748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4748C

Black with #B4748C

Text Example


Text Example

White with #B4748C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4748C; }

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

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

background-color css

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

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

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

border-color css

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

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

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