#BD1354

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

Shades of Jazzberry Jam #BD1354

Tints of Jazzberry Jam #BD1354

Color information

#BD1354 (or 0xBD1354) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 13 and 54. RGB value is (189,19,84). Sum of RGB (Red+Green+Blue) = 189+19+84=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 84 (33.20% from 255 or 28.77% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1354 is #42ECAB. Grayscale: #4D4D4D. Windows color (decimal): -4385964 or 5510077. OLE color: 5510077.

HSL color Cylindrical-coordinate representation of color #BD1354: hue angle of 337.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1354 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1891984-
CMYK00.900.560.26
HSL337.06º81.73%40.78%-
HSV(B)337.06º89.95%74.12%-
XYZ22.8211.929.49-
YUV77.24131.82207.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.73%
GREEN value IS 19 (7.81% from 255) = 6.51%
BLUE value IS 84 (33.20% from 255) = 28.77%
R=64.73%
G=6.51%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189198400.900.560.26337.0681.7340.78
HexBD135405A381A1515229
Octal275231240132703252112251
Binary1011110110011101010001011010111000110101010100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1354; }

 p { color: rgb(189,19,84); }

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

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

 a { background-color: rgb(189,19,84); }

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

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

 span { border-color: rgb(189,19,84); }

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