Html Css Color HEX #B05492 Mulberry

📋 copy color: '#B05492'

red 176 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #B05492

Tints of Mulberry #B05492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.69%

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

R = 43.35%
G = 20.69%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B05492 (or 0xB05492) is known color: Mulberry. HEX triplet: B0, 54 and 92. RGB value is (176,84,146). Sum of RGB (Red+Green+Blue) = 176+84+146=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B05492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05492 is #4FAB6D. Grayscale: #767676. Windows color (decimal): -5221230 or 9589936. OLE color: 9589936.

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

Color convert

RGB 176 84 146 -
CMYK 0 0.52 0.17 0.31
HSL 319.57º 0.37% 0.51% -
HSV(B) 319.57º 0.52% 0.69% -
XYZ 26.26 17.65 29.22 -
YUV 118.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 176 84 146 0 0.52 0.17 0.31 319.57 0.37 0.51
Hex B0 54 92 0 34 11 1F 140 25 33
Octal 260 124 222 0 64 21 37 500 45 63
Binary 10110000 1010100 10010010 0 110100 10001 11111 101000000 100101 110011

Color Harmonies of #B05492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05492

Black with #B05492

Text Example


Text Example

White with #B05492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05492; }

 p { color: rgb(176,84,146); }

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

background-color css

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

 a { background-color: rgb(176,84,146); }

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

border-color css

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

 span { border-color: rgb(176,84,146); }

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