Html Css Color HEX #BA6092 Mulberry

📋 copy color: '#BA6092'

red 186 ◦ green 96 ◦ blue 146

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

Shades of Mulberry #BA6092

Tints of Mulberry #BA6092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.43%

 BLUE value IS 146 (57.42% from 255) = 34.11%

R = 43.46%
G = 22.43%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA6092 (or 0xBA6092) is known color: Mulberry. HEX triplet: BA, 60 and 92. RGB value is (186,96,146). Sum of RGB (Red+Green+Blue) = 186+96+146=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6092 is #459F6D. Grayscale: #808080. Windows color (decimal): -4562798 or 9593018. OLE color: 9593018.

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

Color convert

RGB 186 96 146 -
CMYK 0 0.48 0.22 0.27
HSL 326.67º 0.39% 0.55% -
HSV(B) 326.67º 0.48% 0.73% -
XYZ 29.62 20.88 29.66 -
YUV 128.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 186 96 146 0 0.48 0.22 0.27 326.67 0.39 0.55
Hex BA 60 92 0 30 16 1B 147 27 37
Octal 272 140 222 0 60 26 33 507 47 67
Binary 10111010 1100000 10010010 0 110000 10110 11011 101000111 100111 110111

Color Harmonies of #BA6092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6092

Black with #BA6092

Text Example


Text Example

White with #BA6092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6092; }

 p { color: rgb(186,96,146); }

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

background-color css

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

 a { background-color: rgb(186,96,146); }

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

border-color css

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

 span { border-color: rgb(186,96,146); }

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