#BD1866

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

Shades of Jazzberry Jam #BD1866

Tints of Jazzberry Jam #BD1866

Color information

#BD1866 (or 0xBD1866) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 18 and 66. RGB value is (189,24,102). Sum of RGB (Red+Green+Blue) = 189+24+102=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1866 is #42E799. Grayscale: #525252. Windows color (decimal): -4384666 or 6691005. OLE color: 6691005.

HSL color Cylindrical-coordinate representation of color #BD1866: hue angle of 331.64º 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 #BD1866 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB18924102-
CMYK00.870.460.26
HSL331.64º77.46%41.76%-
HSV(B)331.64º87.3%74.12%-
XYZ23.7112.4313.72-
YUV82.23139.16204.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=60%
G=7.62%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892410200.870.460.26331.6477.4641.76
HexBD18660572E1A14c4d2a
Octal275301460127563251411552
Binary1011110111000110011001010111101110110101010011001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1866; }

 p { color: rgb(189,24,102); }

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

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

 a { background-color: rgb(189,24,102); }

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

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

 span { border-color: rgb(189,24,102); }

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