#bc186a

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

Shades of Jazzberry Jam #BC186A

Tints of Jazzberry Jam #BC186A

Color information

#BC186A (or 0xBC186A) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 18 and 6A. RGB value is (188,24,106). Sum of RGB (Red+Green+Blue) = 188+24+106=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC186A is #43E795. Grayscale: #525252. Windows color (decimal): -4450198 or 6953148. OLE color: 6953148.

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

Color convert

RGB18824106-
CMYK00.870.440.26
HSL330º77.36%41.57%-
HSV(B)330º87.23%73.73%-
XYZ23.6712.3914.78-
YUV82.38141.33203.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 59.12%
GREEN value IS 24 (9.77% from 255) = 7.55%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=59.12%
G=7.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882410600.870.440.2633077.3641.57
HexBC186A0572C1A14a4d2a
Octal274301520127543251211552
Binary1011110011000110101001010111101100110101010010101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc186a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc186a; }

 p { color: rgb(188,24,106); }

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

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

 a { background-color: rgb(188,24,106); }

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

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

 span { border-color: rgb(188,24,106); }

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