Html Css Color HEX #B05D8A Mulberry

📋 copy color: '#B05D8A'

red 176 ◦ green 93 ◦ blue 138

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

Shades of Mulberry #B05D8A

Tints of Mulberry #B05D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 43.24%
G = 22.85%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B05D8A (or 0xB05D8A) is known color: Mulberry. HEX triplet: B0, 5D and 8A. RGB value is (176,93,138). Sum of RGB (Red+Green+Blue) = 176+93+138=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D8A is #4FA275. Grayscale: #7A7A7A. Windows color (decimal): -5218934 or 9067952. OLE color: 9067952.

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

Color convert

RGB 176 93 138 -
CMYK 0 0.47 0.22 0.31
HSL 327.47º 0.34% 0.53% -
HSV(B) 327.47º 0.47% 0.69% -
XYZ 26.41 18.89 26.3 -
YUV 122.95 136.5 165.84 -
System Red Green Blue C M Y K H S L
Decimal 176 93 138 0 0.47 0.22 0.31 327.47 0.34 0.53
Hex B0 5D 8A 0 2F 16 1F 147 22 35
Octal 260 135 212 0 57 26 37 507 42 65
Binary 10110000 1011101 10001010 0 101111 10110 11111 101000111 100010 110101

Color Harmonies of #B05D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D8A

Black with #B05D8A

Text Example


Text Example

White with #B05D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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