Html Css Color HEX #B4757D Tapestry

📋 copy color: '#B4757D'

red 180 ◦ green 117 ◦ blue 125

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

Shades of Tapestry #B4757D

Tints of Tapestry #B4757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.62%

R = 42.65%
G = 27.73%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4757D (or 0xB4757D) is known color: Tapestry. HEX triplet: B4, 75 and 7D. RGB value is (180,117,125). Sum of RGB (Red+Green+Blue) = 180+117+125=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4757D is #4B8A82. Grayscale: #888888. Windows color (decimal): -4950659 or 8222132. OLE color: 8222132.

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

Color convert

RGB 180 117 125 -
CMYK 0 0.35 0.31 0.29
HSL 352.38º 0.3% 0.58% -
HSV(B) 352.38º 0.35% 0.71% -
XYZ 28.89 23.91 22.49 -
YUV 136.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 180 117 125 0 0.35 0.31 0.29 352.38 0.3 0.58
Hex B4 75 7D 0 23 1F 1D 160 1E 3A
Octal 264 165 175 0 43 37 35 540 36 72
Binary 10110100 1110101 1111101 0 100011 11111 11101 101100000 11110 111010

Color Harmonies of #B4757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4757D

Black with #B4757D

Text Example


Text Example

White with #B4757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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