Html Css Color HEX #B05D92 Mulberry

📋 copy color: '#B05D92'

red 176 ◦ green 93 ◦ blue 146

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

Shades of Mulberry #B05D92

Tints of Mulberry #B05D92

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.41%

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

R = 42.41%
G = 22.41%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B05D92 (or 0xB05D92) is known color: Mulberry. HEX triplet: B0, 5D and 92. RGB value is (176,93,146). Sum of RGB (Red+Green+Blue) = 176+93+146=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D92 is #4FA26D. Grayscale: #7B7B7B. Windows color (decimal): -5218926 or 9592240. OLE color: 9592240.

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

Color convert

RGB 176 93 146 -
CMYK 0 0.47 0.17 0.31
HSL 321.69º 0.34% 0.53% -
HSV(B) 321.69º 0.47% 0.69% -
XYZ 27.01 19.13 29.46 -
YUV 123.86 140.5 165.19 -
System Red Green Blue C M Y K H S L
Decimal 176 93 146 0 0.47 0.17 0.31 321.69 0.34 0.53
Hex B0 5D 92 0 2F 11 1F 142 22 35
Octal 260 135 222 0 57 21 37 502 42 65
Binary 10110000 1011101 10010010 0 101111 10001 11111 101000010 100010 110101

Color Harmonies of #B05D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D92

Black with #B05D92

Text Example


Text Example

White with #B05D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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