#BD115B

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

Shades of Jazzberry Jam #BD115B

Tints of Jazzberry Jam #BD115B

Color information

#BD115B (or 0xBD115B) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 11 and 5B. RGB value is (189,17,91). Sum of RGB (Red+Green+Blue) = 189+17+91=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD115B is #42EEA4. Grayscale: #4C4C4C. Windows color (decimal): -4386469 or 5968317. OLE color: 5968317.

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

Color convert

RGB1891791-
CMYK00.910.520.26
HSL334.19º83.5%40.39%-
HSV(B)334.19º91.01%74.12%-
XYZ23.0811.9810.99-
YUV76.86135.98207.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.64%
GREEN value IS 17 (7.03% from 255) = 5.72%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=63.64%
G=5.72%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189179100.910.520.26334.1983.540.39
HexBD115B05B341A14e5328
Octal275211330133643251612350
Binary1011110110001101101101011011110100110101010011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD115B; }

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

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

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

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

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

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

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

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