Html Css Color HEX #B85898 Mulberry

📋 copy color: '#B85898'

red 184 ◦ green 88 ◦ blue 152

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

Shades of Mulberry #B85898

Tints of Mulberry #B85898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.85%

R = 43.4%
G = 20.75%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#B85898 (or 0xB85898) is known color: Mulberry. HEX triplet: B8, 58 and 98. RGB value is (184,88,152). Sum of RGB (Red+Green+Blue) = 184+88+152=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B85898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85898 is #47A767. Grayscale: #7B7B7B. Windows color (decimal): -4695912 or 9984184. OLE color: 9984184.

HSL color Cylindrical-coordinate representation of color #B85898: hue angle of 320º 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 #B85898 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 88 152 -
CMYK 0 0.52 0.17 0.28
HSL 320º 0.4% 0.53% -
HSV(B) 320º 0.52% 0.72% -
XYZ 28.92 19.44 31.93 -
YUV 124 143.8 170.8 -
System Red Green Blue C M Y K H S L
Decimal 184 88 152 0 0.52 0.17 0.28 320 0.4 0.53
Hex B8 58 98 0 34 11 1C 140 28 35
Octal 270 130 230 0 64 21 34 500 50 65
Binary 10111000 1011000 10011000 0 110100 10001 11100 101000000 101000 110101

Color Harmonies of #B85898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85898

Black with #B85898

Text Example


Text Example

White with #B85898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85898; }

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

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

background-color css

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

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

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

border-color css

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

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

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