Html Css Color HEX #B05289 Mulberry

📋 copy color: '#B05289'

red 176 ◦ green 82 ◦ blue 137

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

Shades of Mulberry #B05289

Tints of Mulberry #B05289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 44.56%
G = 20.76%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B05289 (or 0xB05289) is known color: Mulberry. HEX triplet: B0, 52 and 89. RGB value is (176,82,137). Sum of RGB (Red+Green+Blue) = 176+82+137=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B05289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05289 is #4FAD76. Grayscale: #747474. Windows color (decimal): -5221751 or 8999600. OLE color: 8999600.

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

Color convert

RGB 176 82 137 -
CMYK 0 0.53 0.22 0.31
HSL 324.89º 0.37% 0.51% -
HSV(B) 324.89º 0.53% 0.69% -
XYZ 25.44 17.07 25.62 -
YUV 116.38 139.64 170.53 -
System Red Green Blue C M Y K H S L
Decimal 176 82 137 0 0.53 0.22 0.31 324.89 0.37 0.51
Hex B0 52 89 0 35 16 1F 145 25 33
Octal 260 122 211 0 65 26 37 505 45 63
Binary 10110000 1010010 10001001 0 110101 10110 11111 101000101 100101 110011

Color Harmonies of #B05289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05289

Black with #B05289

Text Example


Text Example

White with #B05289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05289; }

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

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

background-color css

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

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

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

border-color css

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

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

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