#BC6092

Color #BC6092 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BC6092

Tints of Mulberry #BC6092

Color information

#BC6092 (or 0xBC6092) is unknown color: approx Mulberry. HEX triplet: BC, 60 and 92. RGB value is (188,96,146). Sum of RGB (Red+Green+Blue) = 188+96+146=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6092 is #439F6D. Grayscale: #818181. Windows color (decimal): -4431726 or 9593020. OLE color: 9593020.

HSL color Cylindrical-coordinate representation of color #BC6092: hue angle of 327.39º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6092 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB18896146-
CMYK00.490.220.26
HSL327.39º40.71%55.69%-
HSV(B)327.39º48.94%73.73%-
XYZ30.1121.1329.69-
YUV129.21137.48169.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=43.72%
G=22.33%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889614600.490.220.26327.3940.7155.69
HexBC6092031161A1472938
Octal27414022206126325075170
Binary1011110011000001001001001100011011011010101000111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6092; }

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

 H1.HeaderClassName
 {
   color: #BC6092;
 }
 .AnyTagClassName
 {
   color: #BC6092;
 }
</style>
background-color css

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

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

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

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

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

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