Html Css Color HEX #B95085 Mulberry

📋 copy color: '#B95085'

red 185 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #B95085

Tints of Mulberry #B95085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 133 (52.34% from 255) = 33.42%

R = 46.48%
G = 20.1%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B95085 (or 0xB95085) is known color: Mulberry. HEX triplet: B9, 50 and 85. RGB value is (185,80,133). Sum of RGB (Red+Green+Blue) = 185+80+133=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B95085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95085 is #46AF7A. Grayscale: #757575. Windows color (decimal): -4632443 or 8736953. OLE color: 8736953.

HSL color Cylindrical-coordinate representation of color #B95085: hue angle of 329.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95085 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 133 -
CMYK 0 0.57 0.28 0.27
HSL 329.71º 0.43% 0.52% -
HSV(B) 329.71º 0.57% 0.73% -
XYZ 27.11 17.75 24.19 -
YUV 117.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 185 80 133 0 0.57 0.28 0.27 329.71 0.43 0.52
Hex B9 50 85 0 39 1C 1B 14A 2B 34
Octal 271 120 205 0 71 34 33 512 53 64
Binary 10111001 1010000 10000101 0 111001 11100 11011 101001010 101011 110100

Color Harmonies of #B95085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95085

Black with #B95085

Text Example


Text Example

White with #B95085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95085; }

 p { color: rgb(185,80,133); }

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

background-color css

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

 a { background-color: rgb(185,80,133); }

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

border-color css

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

 span { border-color: rgb(185,80,133); }

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