#BD1358

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

Shades of Jazzberry Jam #BD1358

Tints of Jazzberry Jam #BD1358

Color information

#BD1358 (or 0xBD1358) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 13 and 58. RGB value is (189,19,88). Sum of RGB (Red+Green+Blue) = 189+19+88=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1358 is #42ECA7. Grayscale: #4D4D4D. Windows color (decimal): -4385960 or 5772221. OLE color: 5772221.

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

Color convert

RGB1891988-
CMYK00.900.530.26
HSL335.65º81.73%40.78%-
HSV(B)335.65º89.95%74.12%-
XYZ22.9811.9910.34-
YUV77.7133.82207.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.85%
GREEN value IS 19 (7.81% from 255) = 6.42%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=63.85%
G=6.42%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189198800.900.530.26335.6581.7340.78
HexBD135805A351A1505229
Octal275231300132653252012251
Binary1011110110011101100001011010110101110101010100001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1358; }

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

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

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

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

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

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

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

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