Html Css Color HEX #B95295 Mulberry

📋 copy color: '#B95295'

red 185 ◦ green 82 ◦ blue 149

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

Shades of Mulberry #B95295

Tints of Mulberry #B95295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.82%

R = 44.47%
G = 19.71%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B95295 (or 0xB95295) is known color: Mulberry. HEX triplet: B9, 52 and 95. RGB value is (185,82,149). Sum of RGB (Red+Green+Blue) = 185+82+149=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B95295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95295 is #46AD6A. Grayscale: #787878. Windows color (decimal): -4631915 or 9786041. OLE color: 9786041.

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

Color convert

RGB 185 82 149 -
CMYK 0 0.56 0.19 0.27
HSL 320.97º 0.42% 0.52% -
HSV(B) 320.97º 0.56% 0.73% -
XYZ 28.45 18.52 30.51 -
YUV 120.44 144.12 174.05 -
System Red Green Blue C M Y K H S L
Decimal 185 82 149 0 0.56 0.19 0.27 320.97 0.42 0.52
Hex B9 52 95 0 38 13 1B 141 2A 34
Octal 271 122 225 0 70 23 33 501 52 64
Binary 10111001 1010010 10010101 0 111000 10011 11011 101000001 101010 110100

Color Harmonies of #B95295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95295

Black with #B95295

Text Example


Text Example

White with #B95295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95295; }

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

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

background-color css

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

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

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

border-color css

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

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

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