Html Css Color HEX #B95285 Mulberry

📋 copy color: '#B95285'

red 185 ◦ green 82 ◦ blue 133

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

Shades of Mulberry #B95285

Tints of Mulberry #B95285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

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

R = 46.25%
G = 20.5%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B95285 (or 0xB95285) is known color: Mulberry. HEX triplet: B9, 52 and 85. RGB value is (185,82,133). Sum of RGB (Red+Green+Blue) = 185+82+133=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B95285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95285 is #46AD7A. Grayscale: #767676. Windows color (decimal): -4631931 or 8737465. OLE color: 8737465.

HSL color Cylindrical-coordinate representation of color #B95285: hue angle of 330.29º degrees, saturation: 0.42, 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 #B95285 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 82 133 -
CMYK 0 0.56 0.28 0.27
HSL 330.29º 0.42% 0.52% -
HSV(B) 330.29º 0.56% 0.73% -
XYZ 27.26 18.04 24.24 -
YUV 118.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 185 82 133 0 0.56 0.28 0.27 330.29 0.42 0.52
Hex B9 52 85 0 38 1C 1B 14A 2A 34
Octal 271 122 205 0 70 34 33 512 52 64
Binary 10111001 1010010 10000101 0 111000 11100 11011 101001010 101010 110100

Color Harmonies of #B95285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95285

Black with #B95285

Text Example


Text Example

White with #B95285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95285; }

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

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

background-color css

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

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

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

border-color css

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

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

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