Html Css Color HEX #B45289 Mulberry

📋 copy color: '#B45289'

red 180 ◦ green 82 ◦ blue 137

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

Shades of Mulberry #B45289

Tints of Mulberry #B45289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.55%

 BLUE value IS 137 (53.91% from 255) = 34.34%

R = 45.11%
G = 20.55%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B45289 (or 0xB45289) is known color: Mulberry. HEX triplet: B4, 52 and 89. RGB value is (180,82,137). Sum of RGB (Red+Green+Blue) = 180+82+137=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B45289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45289 is #4BAD76. Grayscale: #757575. Windows color (decimal): -4959607 or 8999604. OLE color: 8999604.

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

Color convert

RGB 180 82 137 -
CMYK 0 0.54 0.24 0.29
HSL 326.33º 0.4% 0.51% -
HSV(B) 326.33º 0.54% 0.71% -
XYZ 26.36 17.54 25.66 -
YUV 117.57 138.97 172.53 -
System Red Green Blue C M Y K H S L
Decimal 180 82 137 0 0.54 0.24 0.29 326.33 0.4 0.51
Hex B4 52 89 0 36 18 1D 146 28 33
Octal 264 122 211 0 66 30 35 506 50 63
Binary 10110100 1010010 10001001 0 110110 11000 11101 101000110 101000 110011

Color Harmonies of #B45289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45289

Black with #B45289

Text Example


Text Example

White with #B45289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45289; }

 p { color: rgb(180,82,137); }

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

background-color css

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

 a { background-color: rgb(180,82,137); }

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

border-color css

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

 span { border-color: rgb(180,82,137); }

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