Html Css Color HEX #BC5A86 Mulberry

📋 copy color: '#BC5A86'

red 188 ◦ green 90 ◦ blue 134

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

Shades of Mulberry #BC5A86

Tints of Mulberry #BC5A86

RGB

 RED value IS 188 (73.83% from 255) = 45.63%

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

 BLUE value IS 134 (52.73% from 255) = 32.52%

R = 45.63%
G = 21.84%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC5A86 (or 0xBC5A86) is known color: Mulberry. HEX triplet: BC, 5A and 86. RGB value is (188,90,134). Sum of RGB (Red+Green+Blue) = 188+90+134=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A86 is #43A579. Grayscale: #7C7C7C. Windows color (decimal): -4433274 or 8805052. OLE color: 8805052.

HSL color Cylindrical-coordinate representation of color #BC5A86: hue angle of 333.06º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5A86 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 90 134 -
CMYK 0 0.52 0.29 0.26
HSL 333.06º 0.42% 0.55% -
HSV(B) 333.06º 0.52% 0.74% -
XYZ 28.7 19.72 24.85 -
YUV 124.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 188 90 134 0 0.52 0.29 0.26 333.06 0.42 0.55
Hex BC 5A 86 0 34 1D 1A 14D 2A 37
Octal 274 132 206 0 64 35 32 515 52 67
Binary 10111100 1011010 10000110 0 110100 11101 11010 101001101 101010 110111

Color Harmonies of #BC5A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A86

Black with #BC5A86

Text Example


Text Example

White with #BC5A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A86; }

 p { color: rgb(188,90,134); }

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

background-color css

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

 a { background-color: rgb(188,90,134); }

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

border-color css

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

 span { border-color: rgb(188,90,134); }

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