#BD1662

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

Shades of Jazzberry Jam #BD1662

Tints of Jazzberry Jam #BD1662

Color information

#BD1662 (or 0xBD1662) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 16 and 62. RGB value is (189,22,98). Sum of RGB (Red+Green+Blue) = 189+22+98=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1662 is #42E99D. Grayscale: #505050. Windows color (decimal): -4385182 or 6428349. OLE color: 6428349.

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

Color convert

RGB1892298-
CMYK00.880.480.26
HSL332.69º79.15%41.37%-
HSV(B)332.69º88.36%74.12%-
XYZ23.4812.2712.69-
YUV80.6137.83205.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.17%
GREEN value IS 22 (8.98% from 255) = 7.12%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=61.17%
G=7.12%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189229800.880.480.26332.6979.1541.37
HexBD1662058301A14d4f29
Octal275261420130603251511751
Binary1011110110110110001001011000110000110101010011011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1662; }

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

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

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

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

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

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

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

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