Html Css Color HEX #B05888 Mulberry

📋 copy color: '#B05888'

red 176 ◦ green 88 ◦ blue 136

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

Shades of Mulberry #B05888

Tints of Mulberry #B05888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34%

R = 44%
G = 22%
B = 34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B05888 (or 0xB05888) is known color: Mulberry. HEX triplet: B0, 58 and 88. RGB value is (176,88,136). Sum of RGB (Red+Green+Blue) = 176+88+136=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B05888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05888 is #4FA777. Grayscale: #777777. Windows color (decimal): -5220216 or 8935600. OLE color: 8935600.

HSL color Cylindrical-coordinate representation of color #B05888: hue angle of 327.27º 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 #B05888 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 136 -
CMYK 0 0.50 0.23 0.31
HSL 327.27º 0.36% 0.52% -
HSV(B) 327.27º 0.5% 0.69% -
XYZ 25.84 17.99 25.4 -
YUV 119.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 176 88 136 0 0.50 0.23 0.31 327.27 0.36 0.52
Hex B0 58 88 0 32 17 1F 147 24 34
Octal 260 130 210 0 62 27 37 507 44 64
Binary 10110000 1011000 10001000 0 110010 10111 11111 101000111 100100 110100

Color Harmonies of #B05888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05888

Black with #B05888

Text Example


Text Example

White with #B05888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05888; }

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

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

background-color css

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

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

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

border-color css

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

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

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