Html Css Color HEX #B45D80 Tapestry

📋 copy color: '#B45D80'

red 180 ◦ green 93 ◦ blue 128

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

Shades of Tapestry #B45D80

Tints of Tapestry #B45D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

 BLUE value IS 128 (50.39% from 255) = 31.92%

R = 44.89%
G = 23.19%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B45D80 (or 0xB45D80) is known color: Tapestry. HEX triplet: B4, 5D and 80. RGB value is (180,93,128). Sum of RGB (Red+Green+Blue) = 180+93+128=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D80 is #4BA27F. Grayscale: #7A7A7A. Windows color (decimal): -4956800 or 8412596. OLE color: 8412596.

HSL color Cylindrical-coordinate representation of color #B45D80: hue angle of 335.86º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45D80 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 93 128 -
CMYK 0 0.48 0.29 0.29
HSL 335.86º 0.37% 0.54% -
HSV(B) 335.86º 0.48% 0.71% -
XYZ 26.63 19.09 22.7 -
YUV 123 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 180 93 128 0 0.48 0.29 0.29 335.86 0.37 0.54
Hex B4 5D 80 0 30 1D 1D 150 25 36
Octal 264 135 200 0 60 35 35 520 45 66
Binary 10110100 1011101 10000000 0 110000 11101 11101 101010000 100101 110110

Color Harmonies of #B45D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D80

Black with #B45D80

Text Example


Text Example

White with #B45D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D80; }

 p { color: rgb(180,93,128); }

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

background-color css

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

 a { background-color: rgb(180,93,128); }

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

border-color css

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

 span { border-color: rgb(180,93,128); }

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