Html Css Color HEX #B45F81 Tapestry

📋 copy color: '#B45F81'

red 180 ◦ green 95 ◦ blue 129

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

Shades of Tapestry #B45F81

Tints of Tapestry #B45F81

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.51%

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

R = 44.55%
G = 23.51%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B45F81 (or 0xB45F81) is known color: Tapestry. HEX triplet: B4, 5F and 81. RGB value is (180,95,129). Sum of RGB (Red+Green+Blue) = 180+95+129=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 129 (50.78% from 255 or 31.93% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B45F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45F81 is #4BA07E. Grayscale: #7C7C7C. Windows color (decimal): -4956287 or 8478644. OLE color: 8478644.

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

Color convert

RGB 180 95 129 -
CMYK 0 0.47 0.28 0.29
HSL 336º 0.36% 0.54% -
HSV(B) 336º 0.47% 0.71% -
XYZ 26.88 19.47 23.11 -
YUV 124.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 180 95 129 0 0.47 0.28 0.29 336 0.36 0.54
Hex B4 5F 81 0 2F 1C 1D 150 24 36
Octal 264 137 201 0 57 34 35 520 44 66
Binary 10110100 1011111 10000001 0 101111 11100 11101 101010000 100100 110110

Color Harmonies of #B45F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45F81

Black with #B45F81

Text Example


Text Example

White with #B45F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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