Html Css Color HEX #B05592 Mulberry

📋 copy color: '#B05592'

red 176 ◦ green 85 ◦ blue 146

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

Shades of Mulberry #B05592

Tints of Mulberry #B05592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.88%

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

R = 43.24%
G = 20.88%
B = 35.87%

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

#B05592 (or 0xB05592) is known color: Mulberry. HEX triplet: B0, 55 and 92. RGB value is (176,85,146). Sum of RGB (Red+Green+Blue) = 176+85+146=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B05592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05592 is #4FAA6D. Grayscale: #777777. Windows color (decimal): -5220974 or 9590192. OLE color: 9590192.

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

Color convert

RGB 176 85 146 -
CMYK 0 0.52 0.17 0.31
HSL 319.78º 0.37% 0.51% -
HSV(B) 319.78º 0.52% 0.69% -
XYZ 26.34 17.8 29.24 -
YUV 119.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 176 85 146 0 0.52 0.17 0.31 319.78 0.37 0.51
Hex B0 55 92 0 34 11 1F 140 25 33
Octal 260 125 222 0 64 21 37 500 45 63
Binary 10110000 1010101 10010010 0 110100 10001 11111 101000000 100101 110011

Color Harmonies of #B05592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05592

Black with #B05592

Text Example


Text Example

White with #B05592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05592; }

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

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

background-color css

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

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

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

border-color css

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

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

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