Html Css Color HEX #B05892 Mulberry

📋 copy color: '#B05892'

red 176 ◦ green 88 ◦ blue 146

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

Shades of Mulberry #B05892

Tints of Mulberry #B05892

RGB

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

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

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

R = 42.93%
G = 21.46%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B05892 (or 0xB05892) is known color: Mulberry. HEX triplet: B0, 58 and 92. RGB value is (176,88,146). Sum of RGB (Red+Green+Blue) = 176+88+146=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B05892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05892 is #4FA76D. Grayscale: #787878. Windows color (decimal): -5220206 or 9590960. OLE color: 9590960.

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

Color convert

RGB 176 88 146 -
CMYK 0 0.50 0.17 0.31
HSL 320.45º 0.36% 0.52% -
HSV(B) 320.45º 0.5% 0.69% -
XYZ 26.58 18.28 29.32 -
YUV 120.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 176 88 146 0 0.50 0.17 0.31 320.45 0.36 0.52
Hex B0 58 92 0 32 11 1F 140 24 34
Octal 260 130 222 0 62 21 37 500 44 64
Binary 10110000 1011000 10010010 0 110010 10001 11111 101000000 100100 110100

Color Harmonies of #B05892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05892

Black with #B05892

Text Example


Text Example

White with #B05892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05892; }

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

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

background-color css

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

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

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

border-color css

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

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

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