Html Css Color HEX #B85B8A Mulberry

📋 copy color: '#B85B8A'

red 184 ◦ green 91 ◦ blue 138

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

Shades of Mulberry #B85B8A

Tints of Mulberry #B85B8A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.03%

 BLUE value IS 138 (54.3% from 255) = 33.41%

R = 44.55%
G = 22.03%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B85B8A (or 0xB85B8A) is known color: Mulberry. HEX triplet: B8, 5B and 8A. RGB value is (184,91,138). Sum of RGB (Red+Green+Blue) = 184+91+138=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85B8A is #47A475. Grayscale: #7C7C7C. Windows color (decimal): -4695158 or 9067448. OLE color: 9067448.

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

Color convert

RGB 184 91 138 -
CMYK 0 0.51 0.25 0.28
HSL 329.68º 0.4% 0.54% -
HSV(B) 329.68º 0.51% 0.72% -
XYZ 28.1 19.51 26.33 -
YUV 124.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 184 91 138 0 0.51 0.25 0.28 329.68 0.4 0.54
Hex B8 5B 8A 0 33 19 1C 14A 28 36
Octal 270 133 212 0 63 31 34 512 50 66
Binary 10111000 1011011 10001010 0 110011 11001 11100 101001010 101000 110110

Color Harmonies of #B85B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B8A

Black with #B85B8A

Text Example


Text Example

White with #B85B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B8A; }

 p { color: rgb(184,91,138); }

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

background-color css

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

 a { background-color: rgb(184,91,138); }

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

border-color css

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

 span { border-color: rgb(184,91,138); }

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