Html Css Color HEX #B85888 Mulberry

📋 copy color: '#B85888'

red 184 ◦ green 88 ◦ blue 136

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

Shades of Mulberry #B85888

Tints of Mulberry #B85888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.57%

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 45.1%
G = 21.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B85888 (or 0xB85888) is known color: Mulberry. HEX triplet: B8, 58 and 88. RGB value is (184,88,136). Sum of RGB (Red+Green+Blue) = 184+88+136=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B85888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85888 is #47A777. Grayscale: #7A7A7A. Windows color (decimal): -4695928 or 8935608. OLE color: 8935608.

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

Color convert

RGB 184 88 136 -
CMYK 0 0.52 0.26 0.28
HSL 330º 0.4% 0.53% -
HSV(B) 330º 0.52% 0.72% -
XYZ 27.7 18.95 25.49 -
YUV 122.18 135.8 172.1 -
System Red Green Blue C M Y K H S L
Decimal 184 88 136 0 0.52 0.26 0.28 330 0.4 0.53
Hex B8 58 88 0 34 1A 1C 14A 28 35
Octal 270 130 210 0 64 32 34 512 50 65
Binary 10111000 1011000 10001000 0 110100 11010 11100 101001010 101000 110101

Color Harmonies of #B85888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85888

Black with #B85888

Text Example


Text Example

White with #B85888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85888; }

 p { color: rgb(184,88,136); }

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

background-color css

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

 a { background-color: rgb(184,88,136); }

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

border-color css

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

 span { border-color: rgb(184,88,136); }

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