#BD115A

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

Shades of Jazzberry Jam #BD115A

Tints of Jazzberry Jam #BD115A

Color information

#BD115A (or 0xBD115A) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 11 and 5A. RGB value is (189,17,90). Sum of RGB (Red+Green+Blue) = 189+17+90=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD115A is #42EEA5. Grayscale: #4C4C4C. Windows color (decimal): -4386470 or 5902781. OLE color: 5902781.

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

Color convert

RGB1891790-
CMYK00.910.520.26
HSL334.53º83.5%40.39%-
HSV(B)334.53º91.01%74.12%-
XYZ23.0311.9610.77-
YUV76.75135.48208.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.85%
GREEN value IS 17 (7.03% from 255) = 5.74%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=63.85%
G=5.74%
B=30.41%

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
Decimal189179000.910.520.26334.5383.540.39
HexBD115A05B341A14f5328
Octal275211320133643251712350
Binary1011110110001101101001011011110100110101010011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD115A; }

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

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

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

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

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

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

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

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