#BD1657

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

Shades of Jazzberry Jam #BD1657

Tints of Jazzberry Jam #BD1657

Color information

#BD1657 (or 0xBD1657) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 16 and 57. RGB value is (189,22,87). Sum of RGB (Red+Green+Blue) = 189+22+87=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1657 is #42E9A8. Grayscale: #4F4F4F. Windows color (decimal): -4385193 or 5707453. OLE color: 5707453.

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

Color convert

RGB1892287-
CMYK00.880.540.26
HSL336.65º79.15%41.37%-
HSV(B)336.65º88.36%74.12%-
XYZ22.9912.0810.14-
YUV79.34132.33206.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.42%
GREEN value IS 22 (8.98% from 255) = 7.38%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=63.42%
G=7.38%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189228700.880.540.26336.6579.1541.37
HexBD1657058361A1514f29
Octal275261270130663252111751
Binary1011110110110101011101011000110110110101010100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1657; }

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

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

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

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

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

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

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

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