#BC165A

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

Shades of Jazzberry Jam #BC165A

Tints of Jazzberry Jam #BC165A

Color information

#BC165A (or 0xBC165A) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 16 and 5A. RGB value is (188,22,90). Sum of RGB (Red+Green+Blue) = 188+22+90=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC165A is #43E9A5. Grayscale: #4F4F4F. Windows color (decimal): -4450726 or 5904060. OLE color: 5904060.

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

Color convert

RGB1882290-
CMYK00.880.520.26
HSL335.42º79.05%41.18%-
HSV(B)335.42º88.3%73.73%-
XYZ22.871210.78-
YUV79.39134205.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.67%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 90 (35.55% from 255) = 30%
R=62.67%
G=7.33%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188229000.880.520.26335.4279.0541.18
HexBC165A058341A14f4f29
Octal274261320130643251711751
Binary1011110010110101101001011000110100110101010011111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC165A; }

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

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

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

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

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

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

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

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