Html Css Color HEX #B4758E Tapestry

📋 copy color: '#B4758E'

red 180 ◦ green 117 ◦ blue 142

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

Shades of Tapestry #B4758E

Tints of Tapestry #B4758E

RGB

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

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

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

R = 41%
G = 26.65%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4758E (or 0xB4758E) is known color: Tapestry. HEX triplet: B4, 75 and 8E. RGB value is (180,117,142). Sum of RGB (Red+Green+Blue) = 180+117+142=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 180 - color contains mainly: red. Hex color #B4758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4758E is #4B8A71. Grayscale: #8A8A8A. Windows color (decimal): -4950642 or 9336244. OLE color: 9336244.

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

Color convert

RGB 180 117 142 -
CMYK 0 0.35 0.21 0.29
HSL 336.19º 0.3% 0.58% -
HSV(B) 336.19º 0.35% 0.71% -
XYZ 30.07 24.38 28.71 -
YUV 138.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 180 117 142 0 0.35 0.21 0.29 336.19 0.3 0.58
Hex B4 75 8E 0 23 15 1D 150 1E 3A
Octal 264 165 216 0 43 25 35 520 36 72
Binary 10110100 1110101 10001110 0 100011 10101 11101 101010000 11110 111010

Color Harmonies of #B4758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4758E

Black with #B4758E

Text Example


Text Example

White with #B4758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4758E; }

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

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

background-color css

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

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

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

border-color css

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

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

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