Html Css Color HEX #B45A8C Mulberry

📋 copy color: '#B45A8C'

red 180 ◦ green 90 ◦ blue 140

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

Shades of Mulberry #B45A8C

Tints of Mulberry #B45A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.95%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 43.9%
G = 21.95%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B45A8C (or 0xB45A8C) is known color: Mulberry. HEX triplet: B4, 5A and 8C. RGB value is (180,90,140). Sum of RGB (Red+Green+Blue) = 180+90+140=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A8C is #4BA573. Grayscale: #7A7A7A. Windows color (decimal): -4957556 or 9198260. OLE color: 9198260.

HSL color Cylindrical-coordinate representation of color #B45A8C: hue angle of 326.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A8C is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 140 -
CMYK 0 0.50 0.22 0.29
HSL 326.67º 0.38% 0.53% -
HSV(B) 326.67º 0.5% 0.71% -
XYZ 27.21 18.91 27.03 -
YUV 122.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 180 90 140 0 0.50 0.22 0.29 326.67 0.38 0.53
Hex B4 5A 8C 0 32 16 1D 147 26 35
Octal 264 132 214 0 62 26 35 507 46 65
Binary 10110100 1011010 10001100 0 110010 10110 11101 101000111 100110 110101

Color Harmonies of #B45A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A8C

Black with #B45A8C

Text Example


Text Example

White with #B45A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A8C; }

 p { color: rgb(180,90,140); }

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

background-color css

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

 a { background-color: rgb(180,90,140); }

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

border-color css

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

 span { border-color: rgb(180,90,140); }

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