Html Css Color HEX #B4758F Tapestry

📋 copy color: '#B4758F'

red 180 ◦ green 117 ◦ blue 143

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

Shades of Tapestry #B4758F

Tints of Tapestry #B4758F

RGB

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

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

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

R = 40.91%
G = 26.59%
B = 32.5%

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

#B4758F (or 0xB4758F) is known color: Tapestry. HEX triplet: B4, 75 and 8F. RGB value is (180,117,143). Sum of RGB (Red+Green+Blue) = 180+117+143=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4758F is #4B8A70. Grayscale: #8A8A8A. Windows color (decimal): -4950641 or 9401780. OLE color: 9401780.

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

Color convert

RGB 180 117 143 -
CMYK 0 0.35 0.21 0.29
HSL 335.24º 0.3% 0.58% -
HSV(B) 335.24º 0.35% 0.71% -
XYZ 30.14 24.41 29.11 -
YUV 138.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 180 117 143 0 0.35 0.21 0.29 335.24 0.3 0.58
Hex B4 75 8F 0 23 15 1D 14F 1E 3A
Octal 264 165 217 0 43 25 35 517 36 72
Binary 10110100 1110101 10001111 0 100011 10101 11101 101001111 11110 111010

Color Harmonies of #B4758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4758F

Black with #B4758F

Text Example


Text Example

White with #B4758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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