Html Css Color HEX #B85F8E Mulberry

📋 copy color: '#B85F8E'

red 184 ◦ green 95 ◦ blue 142

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

Shades of Mulberry #B85F8E

Tints of Mulberry #B85F8E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.57%

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 43.71%
G = 22.57%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B85F8E (or 0xB85F8E) is known color: Mulberry. HEX triplet: B8, 5F and 8E. RGB value is (184,95,142). Sum of RGB (Red+Green+Blue) = 184+95+142=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85F8E is #47A071. Grayscale: #7E7E7E. Windows color (decimal): -4694130 or 9330616. OLE color: 9330616.

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

Color convert

RGB 184 95 142 -
CMYK 0 0.48 0.23 0.28
HSL 328.31º 0.39% 0.55% -
HSV(B) 328.31º 0.48% 0.72% -
XYZ 28.74 20.33 28 -
YUV 126.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 184 95 142 0 0.48 0.23 0.28 328.31 0.39 0.55
Hex B8 5F 8E 0 30 17 1C 148 27 37
Octal 270 137 216 0 60 27 34 510 47 67
Binary 10111000 1011111 10001110 0 110000 10111 11100 101001000 100111 110111

Color Harmonies of #B85F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F8E

Black with #B85F8E

Text Example


Text Example

White with #B85F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F8E; }

 p { color: rgb(184,95,142); }

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

background-color css

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

 a { background-color: rgb(184,95,142); }

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

border-color css

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

 span { border-color: rgb(184,95,142); }

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