Html Css Color HEX #B05288 Mulberry

📋 copy color: '#B05288'

red 176 ◦ green 82 ◦ blue 136

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

Shades of Mulberry #B05288

Tints of Mulberry #B05288

RGB

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

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

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

R = 44.67%
G = 20.81%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B05288 (or 0xB05288) is known color: Mulberry. HEX triplet: B0, 52 and 88. RGB value is (176,82,136). Sum of RGB (Red+Green+Blue) = 176+82+136=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B05288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05288 is #4FAD77. Grayscale: #747474. Windows color (decimal): -5221752 or 8934064. OLE color: 8934064.

HSL color Cylindrical-coordinate representation of color #B05288: hue angle of 325.53º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05288 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 136 -
CMYK 0 0.53 0.23 0.31
HSL 325.53º 0.37% 0.51% -
HSV(B) 325.53º 0.53% 0.69% -
XYZ 25.37 17.04 25.25 -
YUV 116.26 139.14 170.61 -
System Red Green Blue C M Y K H S L
Decimal 176 82 136 0 0.53 0.23 0.31 325.53 0.37 0.51
Hex B0 52 88 0 35 17 1F 146 25 33
Octal 260 122 210 0 65 27 37 506 45 63
Binary 10110000 1010010 10001000 0 110101 10111 11111 101000110 100101 110011

Color Harmonies of #B05288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05288

Black with #B05288

Text Example


Text Example

White with #B05288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05288; }

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

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

background-color css

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

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

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

border-color css

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

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

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