Html Css Color HEX #B45087 Mulberry

📋 copy color: '#B45087'

red 180 ◦ green 80 ◦ blue 135

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

Shades of Mulberry #B45087

Tints of Mulberry #B45087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

 BLUE value IS 135 (53.13% from 255) = 34.18%

R = 45.57%
G = 20.25%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B45087 (or 0xB45087) is known color: Mulberry. HEX triplet: B4, 50 and 87. RGB value is (180,80,135). Sum of RGB (Red+Green+Blue) = 180+80+135=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B45087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45087 is #4BAF78. Grayscale: #747474. Windows color (decimal): -4960121 or 8868020. OLE color: 8868020.

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

Color convert

RGB 180 80 135 -
CMYK 0 0.56 0.25 0.29
HSL 327º 0.4% 0.51% -
HSV(B) 327º 0.56% 0.71% -
XYZ 26.06 17.19 24.87 -
YUV 116.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 180 80 135 0 0.56 0.25 0.29 327 0.4 0.51
Hex B4 50 87 0 38 19 1D 147 28 33
Octal 264 120 207 0 70 31 35 507 50 63
Binary 10110100 1010000 10000111 0 111000 11001 11101 101000111 101000 110011

Color Harmonies of #B45087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45087

Black with #B45087

Text Example


Text Example

White with #B45087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45087; }

 p { color: rgb(180,80,135); }

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

background-color css

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

 a { background-color: rgb(180,80,135); }

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

border-color css

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

 span { border-color: rgb(180,80,135); }

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