#BD1669

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

Shades of Jazzberry Jam #BD1669

Tints of Jazzberry Jam #BD1669

Color information

#BD1669 (or 0xBD1669) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 16 and 69. RGB value is (189,22,105). Sum of RGB (Red+Green+Blue) = 189+22+105=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1669 is #42E996. Grayscale: #515151. Windows color (decimal): -4385175 or 6887101. OLE color: 6887101.

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

Color convert

RGB18922105-
CMYK00.880.440.26
HSL330.18º79.15%41.37%-
HSV(B)330.18º88.36%74.12%-
XYZ23.8212.4114.5-
YUV81.4141.33204.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.81%
GREEN value IS 22 (8.98% from 255) = 6.96%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=59.81%
G=6.96%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892210500.880.440.26330.1879.1541.37
HexBD16690582C1A14a4f29
Octal275261510130543251211751
Binary1011110110110110100101011000101100110101010010101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1669; }

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

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

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

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

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

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

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

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