#BD1364

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

Shades of Jazzberry Jam #BD1364

Tints of Jazzberry Jam #BD1364

Color information

#BD1364 (or 0xBD1364) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 13 and 64. RGB value is (189,19,100). Sum of RGB (Red+Green+Blue) = 189+19+100=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1364 is #42EC9B. Grayscale: #4E4E4E. Windows color (decimal): -4385948 or 6558653. OLE color: 6558653.

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

Color convert

RGB18919100-
CMYK00.900.470.26
HSL331.41º81.73%40.78%-
HSV(B)331.41º89.95%74.12%-
XYZ23.5212.213.17-
YUV79.06139.82206.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.36%
GREEN value IS 19 (7.81% from 255) = 6.17%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=61.36%
G=6.17%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891910000.900.470.26331.4181.7340.78
HexBD136405A2F1A14b5229
Octal275231440132573251312251
Binary1011110110011110010001011010101111110101010010111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1364; }

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

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

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

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

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

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

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

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