Html Css Color HEX #B95291 Mulberry

📋 copy color: '#B95291'

red 185 ◦ green 82 ◦ blue 145

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

Shades of Mulberry #B95291

Tints of Mulberry #B95291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.19%

R = 44.9%
G = 19.9%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B95291 (or 0xB95291) is known color: Mulberry. HEX triplet: B9, 52 and 91. RGB value is (185,82,145). Sum of RGB (Red+Green+Blue) = 185+82+145=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B95291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95291 is #46AD6E. Grayscale: #777777. Windows color (decimal): -4631919 or 9523897. OLE color: 9523897.

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

Color convert

RGB 185 82 145 -
CMYK 0 0.56 0.22 0.27
HSL 323.3º 0.42% 0.52% -
HSV(B) 323.3º 0.56% 0.73% -
XYZ 28.14 18.39 28.86 -
YUV 119.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 185 82 145 0 0.56 0.22 0.27 323.3 0.42 0.52
Hex B9 52 91 0 38 16 1B 143 2A 34
Octal 271 122 221 0 70 26 33 503 52 64
Binary 10111001 1010010 10010001 0 111000 10110 11011 101000011 101010 110100

Color Harmonies of #B95291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95291

Black with #B95291

Text Example


Text Example

White with #B95291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95291; }

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

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

background-color css

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

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

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

border-color css

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

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

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