Html Css Color HEX #B05685 Mulberry

📋 copy color: '#B05685'

red 176 ◦ green 86 ◦ blue 133

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

Shades of Mulberry #B05685

Tints of Mulberry #B05685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.77%

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 44.56%
G = 21.77%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B05685 (or 0xB05685) is known color: Mulberry. HEX triplet: B0, 56 and 85. RGB value is (176,86,133). Sum of RGB (Red+Green+Blue) = 176+86+133=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B05685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05685 is #4FA97A. Grayscale: #767676. Windows color (decimal): -5220731 or 8738480. OLE color: 8738480.

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

Color convert

RGB 176 86 133 -
CMYK 0 0.51 0.24 0.31
HSL 328.67º 0.36% 0.51% -
HSV(B) 328.67º 0.51% 0.69% -
XYZ 25.47 17.58 24.24 -
YUV 118.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 176 86 133 0 0.51 0.24 0.31 328.67 0.36 0.51
Hex B0 56 85 0 33 18 1F 149 24 33
Octal 260 126 205 0 63 30 37 511 44 63
Binary 10110000 1010110 10000101 0 110011 11000 11111 101001001 100100 110011

Color Harmonies of #B05685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05685

Black with #B05685

Text Example


Text Example

White with #B05685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05685; }

 p { color: rgb(176,86,133); }

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

background-color css

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

 a { background-color: rgb(176,86,133); }

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

border-color css

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

 span { border-color: rgb(176,86,133); }

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