Html Css Color HEX #B45D81 Tapestry

📋 copy color: '#B45D81'

red 180 ◦ green 93 ◦ blue 129

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

Shades of Tapestry #B45D81

Tints of Tapestry #B45D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.09%

R = 44.78%
G = 23.13%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B45D81 (or 0xB45D81) is known color: Tapestry. HEX triplet: B4, 5D and 81. RGB value is (180,93,129). Sum of RGB (Red+Green+Blue) = 180+93+129=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D81 is #4BA27E. Grayscale: #7B7B7B. Windows color (decimal): -4956799 or 8478132. OLE color: 8478132.

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

Color convert

RGB 180 93 129 -
CMYK 0 0.48 0.28 0.29
HSL 335.17º 0.37% 0.54% -
HSV(B) 335.17º 0.48% 0.71% -
XYZ 26.7 19.12 23.05 -
YUV 123.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 180 93 129 0 0.48 0.28 0.29 335.17 0.37 0.54
Hex B4 5D 81 0 30 1C 1D 14F 25 36
Octal 264 135 201 0 60 34 35 517 45 66
Binary 10110100 1011101 10000001 0 110000 11100 11101 101001111 100101 110110

Color Harmonies of #B45D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D81

Black with #B45D81

Text Example


Text Example

White with #B45D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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