Html Css Color HEX #B95483 Mulberry

📋 copy color: '#B95483'

red 185 ◦ green 84 ◦ blue 131

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

Shades of Mulberry #B95483

Tints of Mulberry #B95483

RGB

 RED value IS 185 (72.66% from 255) = 46.25%

 GREEN value IS 84 (33.2% from 255) = 21%

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

R = 46.25%
G = 21%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B95483 (or 0xB95483) is known color: Mulberry. HEX triplet: B9, 54 and 83. RGB value is (185,84,131). Sum of RGB (Red+Green+Blue) = 185+84+131=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B95483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95483 is #46AB7C. Grayscale: #777777. Windows color (decimal): -4631421 or 8606905. OLE color: 8606905.

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

Color convert

RGB 185 84 131 -
CMYK 0 0.55 0.29 0.27
HSL 332.08º 0.42% 0.53% -
HSV(B) 332.08º 0.55% 0.73% -
XYZ 27.27 18.29 23.57 -
YUV 119.56 134.46 174.68 -
System Red Green Blue C M Y K H S L
Decimal 185 84 131 0 0.55 0.29 0.27 332.08 0.42 0.53
Hex B9 54 83 0 37 1D 1B 14C 2A 35
Octal 271 124 203 0 67 35 33 514 52 65
Binary 10111001 1010100 10000011 0 110111 11101 11011 101001100 101010 110101

Color Harmonies of #B95483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95483

Black with #B95483

Text Example


Text Example

White with #B95483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95483; }

 p { color: rgb(185,84,131); }

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

background-color css

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

 a { background-color: rgb(185,84,131); }

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

border-color css

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

 span { border-color: rgb(185,84,131); }

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