#BD1168

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

Shades of Jazzberry Jam #BD1168

Tints of Jazzberry Jam #BD1168

Color information

#BD1168 (or 0xBD1168) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 11 and 68. RGB value is (189,17,104). Sum of RGB (Red+Green+Blue) = 189+17+104=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1168 is #42EE97. Grayscale: #4E4E4E. Windows color (decimal): -4386456 or 6820285. OLE color: 6820285.

HSL color Cylindrical-coordinate representation of color #BD1168: hue angle of 329.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1168 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB18917104-
CMYK00.910.450.26
HSL329.65º83.5%40.39%-
HSV(B)329.65º91.01%74.12%-
XYZ23.6912.2214.21-
YUV78.35142.48206.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.97%
GREEN value IS 17 (7.03% from 255) = 5.48%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=60.97%
G=5.48%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891710400.910.450.26329.6583.540.39
HexBD116805B2D1A14a5328
Octal275211500133553251212350
Binary1011110110001110100001011011101101110101010010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1168; }

 p { color: rgb(189,17,104); }

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

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

 a { background-color: rgb(189,17,104); }

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

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

 span { border-color: rgb(189,17,104); }

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