Html Css Color HEX #B85C8D Mulberry

📋 copy color: '#B85C8D'

red 184 ◦ green 92 ◦ blue 141

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

Shades of Mulberry #B85C8D

Tints of Mulberry #B85C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.06%

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 44.12%
G = 22.06%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B85C8D (or 0xB85C8D) is known color: Mulberry. HEX triplet: B8, 5C and 8D. RGB value is (184,92,141). Sum of RGB (Red+Green+Blue) = 184+92+141=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85C8D is #47A372. Grayscale: #7C7C7C. Windows color (decimal): -4694899 or 9264312. OLE color: 9264312.

HSL color Cylindrical-coordinate representation of color #B85C8D: hue angle of 328.04º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85C8D is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 92 141 -
CMYK 0 0.50 0.23 0.28
HSL 328.04º 0.39% 0.54% -
HSV(B) 328.04º 0.5% 0.72% -
XYZ 28.4 19.77 27.52 -
YUV 125.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 184 92 141 0 0.50 0.23 0.28 328.04 0.39 0.54
Hex B8 5C 8D 0 32 17 1C 148 27 36
Octal 270 134 215 0 62 27 34 510 47 66
Binary 10111000 1011100 10001101 0 110010 10111 11100 101001000 100111 110110

Color Harmonies of #B85C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C8D

Black with #B85C8D

Text Example


Text Example

White with #B85C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C8D; }

 p { color: rgb(184,92,141); }

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

background-color css

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

 a { background-color: rgb(184,92,141); }

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

border-color css

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

 span { border-color: rgb(184,92,141); }

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