Html Css Color HEX #B05A8C Mulberry

📋 copy color: '#B05A8C'

red 176 ◦ green 90 ◦ blue 140

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

Shades of Mulberry #B05A8C

Tints of Mulberry #B05A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 43.35%
G = 22.17%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B05A8C (or 0xB05A8C) is known color: Mulberry. HEX triplet: B0, 5A and 8C. RGB value is (176,90,140). Sum of RGB (Red+Green+Blue) = 176+90+140=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A8C is #4FA573. Grayscale: #797979. Windows color (decimal): -5219700 or 9198256. OLE color: 9198256.

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

Color convert

RGB 176 90 140 -
CMYK 0 0.49 0.20 0.31
HSL 325.12º 0.35% 0.52% -
HSV(B) 325.12º 0.49% 0.69% -
XYZ 26.29 18.44 26.98 -
YUV 121.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 176 90 140 0 0.49 0.20 0.31 325.12 0.35 0.52
Hex B0 5A 8C 0 31 14 1F 145 23 34
Octal 260 132 214 0 61 24 37 505 43 64
Binary 10110000 1011010 10001100 0 110001 10100 11111 101000101 100011 110100

Color Harmonies of #B05A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A8C

Black with #B05A8C

Text Example


Text Example

White with #B05A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A8C; }

 p { color: rgb(176,90,140); }

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

background-color css

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

 a { background-color: rgb(176,90,140); }

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

border-color css

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

 span { border-color: rgb(176,90,140); }

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