Html Css Color HEX #BA4288 Mulberry

📋 copy color: '#BA4288'

red 186 ◦ green 66 ◦ blue 136

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

Shades of Mulberry #BA4288

Tints of Mulberry #BA4288

RGB

 RED value IS 186 (73.05% from 255) = 47.94%

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 136 (53.52% from 255) = 35.05%

R = 47.94%
G = 17.01%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA4288 (or 0xBA4288) is known color: Mulberry. HEX triplet: BA, 42 and 88. RGB value is (186,66,136). Sum of RGB (Red+Green+Blue) = 186+66+136=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4288 is #45BD77. Grayscale: #6D6D6D. Windows color (decimal): -4570488 or 8929978. OLE color: 8929978.

HSL color Cylindrical-coordinate representation of color #BA4288: hue angle of 325º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4288 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 136 -
CMYK 0 0.65 0.27 0.27
HSL 325º 0.48% 0.49% -
HSV(B) 325º 0.65% 0.73% -
XYZ 26.64 16.11 25 -
YUV 109.86 142.76 182.31 -
System Red Green Blue C M Y K H S L
Decimal 186 66 136 0 0.65 0.27 0.27 325 0.48 0.49
Hex BA 42 88 0 41 1B 1B 145 30 31
Octal 272 102 210 0 101 33 33 505 60 61
Binary 10111010 1000010 10001000 0 1000001 11011 11011 101000101 110000 110001

Color Harmonies of #BA4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4288

Black with #BA4288

Text Example


Text Example

White with #BA4288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4288; }

 p { color: rgb(186,66,136); }

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

background-color css

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

 a { background-color: rgb(186,66,136); }

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

border-color css

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

 span { border-color: rgb(186,66,136); }

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