Html Css Color HEX #B85992 Mulberry

📋 copy color: '#B85992'

red 184 ◦ green 89 ◦ blue 146

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

Shades of Mulberry #B85992

Tints of Mulberry #B85992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.24%

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 43.91%
G = 21.24%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B85992 (or 0xB85992) is known color: Mulberry. HEX triplet: B8, 59 and 92. RGB value is (184,89,146). Sum of RGB (Red+Green+Blue) = 184+89+146=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B85992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85992 is #47A66D. Grayscale: #7B7B7B. Windows color (decimal): -4695662 or 9591224. OLE color: 9591224.

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

Color convert

RGB 184 89 146 -
CMYK 0 0.52 0.21 0.28
HSL 324º 0.4% 0.54% -
HSV(B) 324º 0.52% 0.72% -
XYZ 28.53 19.41 29.44 -
YUV 123.9 140.47 170.87 -
System Red Green Blue C M Y K H S L
Decimal 184 89 146 0 0.52 0.21 0.28 324 0.4 0.54
Hex B8 59 92 0 34 15 1C 144 28 36
Octal 270 131 222 0 64 25 34 504 50 66
Binary 10111000 1011001 10010010 0 110100 10101 11100 101000100 101000 110110

Color Harmonies of #B85992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85992

Black with #B85992

Text Example


Text Example

White with #B85992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85992; }

 p { color: rgb(184,89,146); }

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

background-color css

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

 a { background-color: rgb(184,89,146); }

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

border-color css

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

 span { border-color: rgb(184,89,146); }

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