#BD1668

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

Shades of Jazzberry Jam #BD1668

Tints of Jazzberry Jam #BD1668

Color information

#BD1668 (or 0xBD1668) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 16 and 68. RGB value is (189,22,104). Sum of RGB (Red+Green+Blue) = 189+22+104=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1668 is #42E997. Grayscale: #515151. Windows color (decimal): -4385176 or 6821565. OLE color: 6821565.

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

Color convert

RGB18922104-
CMYK00.880.450.26
HSL330.54º79.15%41.37%-
HSV(B)330.54º88.36%74.12%-
XYZ23.7712.3914.24-
YUV81.28140.83204.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60%
GREEN value IS 22 (8.98% from 255) = 6.98%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=60%
G=6.98%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892210400.880.450.26330.5479.1541.37
HexBD16680582D1A14b4f29
Octal275261500130553251311751
Binary1011110110110110100001011000101101110101010010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1668; }

 p { color: rgb(189,22,104); }

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

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

 a { background-color: rgb(189,22,104); }

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

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

 span { border-color: rgb(189,22,104); }

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