Html Css Color HEX #B45085 Mulberry

📋 copy color: '#B45085'

red 180 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #B45085

Tints of Mulberry #B45085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 45.8%
G = 20.36%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B45085 (or 0xB45085) is known color: Mulberry. HEX triplet: B4, 50 and 85. RGB value is (180,80,133). Sum of RGB (Red+Green+Blue) = 180+80+133=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B45085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45085 is #4BAF7A. Grayscale: #737373. Windows color (decimal): -4960123 or 8736948. OLE color: 8736948.

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

Color convert

RGB 180 80 133 -
CMYK 0 0.56 0.26 0.29
HSL 328.2º 0.4% 0.51% -
HSV(B) 328.2º 0.56% 0.71% -
XYZ 25.92 17.13 24.13 -
YUV 115.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 180 80 133 0 0.56 0.26 0.29 328.2 0.4 0.51
Hex B4 50 85 0 38 1A 1D 148 28 33
Octal 264 120 205 0 70 32 35 510 50 63
Binary 10110100 1010000 10000101 0 111000 11010 11101 101001000 101000 110011

Color Harmonies of #B45085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45085

Black with #B45085

Text Example


Text Example

White with #B45085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45085; }

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

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

background-color css

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

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

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

border-color css

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

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

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