Html Css Color HEX #B95187 Mulberry

📋 copy color: '#B95187'

red 185 ◦ green 81 ◦ blue 135

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

Shades of Mulberry #B95187

Tints of Mulberry #B95187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

 BLUE value IS 135 (53.13% from 255) = 33.67%

R = 46.13%
G = 20.2%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#B95187 (or 0xB95187) is known color: Mulberry. HEX triplet: B9, 51 and 87. RGB value is (185,81,135). Sum of RGB (Red+Green+Blue) = 185+81+135=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B95187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95187 is #46AE78. Grayscale: #767676. Windows color (decimal): -4632185 or 8868281. OLE color: 8868281.

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

Color convert

RGB 185 81 135 -
CMYK 0 0.56 0.27 0.27
HSL 328.85º 0.43% 0.52% -
HSV(B) 328.85º 0.56% 0.73% -
XYZ 27.32 17.95 24.95 -
YUV 118.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 185 81 135 0 0.56 0.27 0.27 328.85 0.43 0.52
Hex B9 51 87 0 38 1B 1B 149 2B 34
Octal 271 121 207 0 70 33 33 511 53 64
Binary 10111001 1010001 10000111 0 111000 11011 11011 101001001 101011 110100

Color Harmonies of #B95187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95187

Black with #B95187

Text Example


Text Example

White with #B95187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95187; }

 p { color: rgb(185,81,135); }

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

background-color css

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

 a { background-color: rgb(185,81,135); }

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

border-color css

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

 span { border-color: rgb(185,81,135); }

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