Html Css Color HEX #B05295 Mulberry

📋 copy color: '#B05295'

red 176 ◦ green 82 ◦ blue 149

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

Shades of Mulberry #B05295

Tints of Mulberry #B05295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.15%

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 43.24%
G = 20.15%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B05295 (or 0xB05295) is known color: Mulberry. HEX triplet: B0, 52 and 95. RGB value is (176,82,149). Sum of RGB (Red+Green+Blue) = 176+82+149=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B05295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05295 is #4FAD6A. Grayscale: #757575. Windows color (decimal): -5221739 or 9786032. OLE color: 9786032.

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

Color convert

RGB 176 82 149 -
CMYK 0 0.53 0.15 0.31
HSL 317.23º 0.37% 0.51% -
HSV(B) 317.23º 0.53% 0.69% -
XYZ 26.35 17.43 30.41 -
YUV 117.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 176 82 149 0 0.53 0.15 0.31 317.23 0.37 0.51
Hex B0 52 95 0 35 F 1F 13D 25 33
Octal 260 122 225 0 65 17 37 475 45 63
Binary 10110000 1010010 10010101 0 110101 1111 11111 100111101 100101 110011

Color Harmonies of #B05295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05295

Black with #B05295

Text Example


Text Example

White with #B05295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05295; }

 p { color: rgb(176,82,149); }

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

background-color css

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

 a { background-color: rgb(176,82,149); }

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

border-color css

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

 span { border-color: rgb(176,82,149); }

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