Html Css Color HEX #B4758C Tapestry

📋 copy color: '#B4758C'

red 180 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #B4758C

Tints of Tapestry #B4758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.77%

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

R = 41.19%
G = 26.77%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4758C (or 0xB4758C) is known color: Tapestry. HEX triplet: B4, 75 and 8C. RGB value is (180,117,140). Sum of RGB (Red+Green+Blue) = 180+117+140=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4758C is #4B8A73. Grayscale: #8A8A8A. Windows color (decimal): -4950644 or 9205172. OLE color: 9205172.

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

Color convert

RGB 180 117 140 -
CMYK 0 0.35 0.22 0.29
HSL 338.1º 0.3% 0.58% -
HSV(B) 338.1º 0.35% 0.71% -
XYZ 29.92 24.32 27.93 -
YUV 138.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 180 117 140 0 0.35 0.22 0.29 338.1 0.3 0.58
Hex B4 75 8C 0 23 16 1D 152 1E 3A
Octal 264 165 214 0 43 26 35 522 36 72
Binary 10110100 1110101 10001100 0 100011 10110 11101 101010010 11110 111010

Color Harmonies of #B4758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4758C

Black with #B4758C

Text Example


Text Example

White with #B4758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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