Html Css Color HEX #B85383 Mulberry

📋 copy color: '#B85383'

red 184 ◦ green 83 ◦ blue 131

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

Shades of Mulberry #B85383

Tints of Mulberry #B85383

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 46.23%
G = 20.85%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B85383 (or 0xB85383) is known color: Mulberry. HEX triplet: B8, 53 and 83. RGB value is (184,83,131). Sum of RGB (Red+Green+Blue) = 184+83+131=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B85383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85383 is #47AC7C. Grayscale: #767676. Windows color (decimal): -4697213 or 8606648. OLE color: 8606648.

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

Color convert

RGB 184 83 131 -
CMYK 0 0.55 0.29 0.28
HSL 331.49º 0.42% 0.52% -
HSV(B) 331.49º 0.55% 0.72% -
XYZ 26.96 18.02 23.53 -
YUV 118.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 184 83 131 0 0.55 0.29 0.28 331.49 0.42 0.52
Hex B8 53 83 0 37 1D 1C 14B 2A 34
Octal 270 123 203 0 67 35 34 513 52 64
Binary 10111000 1010011 10000011 0 110111 11101 11100 101001011 101010 110100

Color Harmonies of #B85383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85383

Black with #B85383

Text Example


Text Example

White with #B85383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85383; }

 p { color: rgb(184,83,131); }

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

background-color css

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

 a { background-color: rgb(184,83,131); }

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

border-color css

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

 span { border-color: rgb(184,83,131); }

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