Html Css Color HEX #B95892 Mulberry

📋 copy color: '#B95892'

red 185 ◦ green 88 ◦ blue 146

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

Shades of Mulberry #B95892

Tints of Mulberry #B95892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21%

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 44.15%
G = 21%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B95892 (or 0xB95892) is known color: Mulberry. HEX triplet: B9, 58 and 92. RGB value is (185,88,146). Sum of RGB (Red+Green+Blue) = 185+88+146=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B95892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95892 is #46A76D. Grayscale: #7B7B7B. Windows color (decimal): -4630382 or 9590969. OLE color: 9590969.

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

Color convert

RGB 185 88 146 -
CMYK 0 0.52 0.21 0.27
HSL 324.12º 0.41% 0.54% -
HSV(B) 324.12º 0.52% 0.73% -
XYZ 28.69 19.37 29.42 -
YUV 123.62 140.64 171.78 -
System Red Green Blue C M Y K H S L
Decimal 185 88 146 0 0.52 0.21 0.27 324.12 0.41 0.54
Hex B9 58 92 0 34 15 1B 144 29 36
Octal 271 130 222 0 64 25 33 504 51 66
Binary 10111001 1011000 10010010 0 110100 10101 11011 101000100 101001 110110

Color Harmonies of #B95892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95892

Black with #B95892

Text Example


Text Example

White with #B95892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95892; }

 p { color: rgb(185,88,146); }

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

background-color css

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

 a { background-color: rgb(185,88,146); }

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

border-color css

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

 span { border-color: rgb(185,88,146); }

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