Html Css Color HEX #B05896 Mulberry

📋 copy color: '#B05896'

red 176 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #B05896

Tints of Mulberry #B05896

RGB

 RED value IS 176 (69.14% from 255) = 42.51%

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

 BLUE value IS 150 (58.98% from 255) = 36.23%

R = 42.51%
G = 21.26%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B05896 (or 0xB05896) is known color: Mulberry. HEX triplet: B0, 58 and 96. RGB value is (176,88,150). Sum of RGB (Red+Green+Blue) = 176+88+150=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B05896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05896 is #4FA769. Grayscale: #797979. Windows color (decimal): -5220202 or 9853104. OLE color: 9853104.

HSL color Cylindrical-coordinate representation of color #B05896: hue angle of 317.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05896 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 150 -
CMYK 0 0.50 0.15 0.31
HSL 317.73º 0.36% 0.52% -
HSV(B) 317.73º 0.5% 0.69% -
XYZ 26.9 18.41 30.99 -
YUV 121.38 144.15 166.96 -
System Red Green Blue C M Y K H S L
Decimal 176 88 150 0 0.50 0.15 0.31 317.73 0.36 0.52
Hex B0 58 96 0 32 F 1F 13E 24 34
Octal 260 130 226 0 62 17 37 476 44 64
Binary 10110000 1011000 10010110 0 110010 1111 11111 100111110 100100 110100

Color Harmonies of #B05896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05896

Black with #B05896

Text Example


Text Example

White with #B05896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05896; }

 p { color: rgb(176,88,150); }

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

background-color css

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

 a { background-color: rgb(176,88,150); }

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

border-color css

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

 span { border-color: rgb(176,88,150); }

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