Html Css Color HEX #B85291 Mulberry

📋 copy color: '#B85291'

red 184 ◦ green 82 ◦ blue 145

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

Shades of Mulberry #B85291

Tints of Mulberry #B85291

RGB

 RED value IS 184 (72.27% from 255) = 44.77%

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

 BLUE value IS 145 (57.03% from 255) = 35.28%

R = 44.77%
G = 19.95%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B85291 (or 0xB85291) is known color: Mulberry. HEX triplet: B8, 52 and 91. RGB value is (184,82,145). Sum of RGB (Red+Green+Blue) = 184+82+145=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B85291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85291 is #47AD6E. Grayscale: #777777. Windows color (decimal): -4697455 or 9523896. OLE color: 9523896.

HSL color Cylindrical-coordinate representation of color #B85291: hue angle of 322.94º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85291 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 82 145 -
CMYK 0 0.55 0.21 0.28
HSL 322.94º 0.42% 0.52% -
HSV(B) 322.94º 0.55% 0.72% -
XYZ 27.9 18.27 28.84 -
YUV 119.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 184 82 145 0 0.55 0.21 0.28 322.94 0.42 0.52
Hex B8 52 91 0 37 15 1C 143 2A 34
Octal 270 122 221 0 67 25 34 503 52 64
Binary 10111000 1010010 10010001 0 110111 10101 11100 101000011 101010 110100

Color Harmonies of #B85291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85291

Black with #B85291

Text Example


Text Example

White with #B85291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85291; }

 p { color: rgb(184,82,145); }

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

background-color css

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

 a { background-color: rgb(184,82,145); }

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

border-color css

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

 span { border-color: rgb(184,82,145); }

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