#BD1152

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

Shades of Jazzberry Jam #BD1152

Tints of Jazzberry Jam #BD1152

Color information

#BD1152 (or 0xBD1152) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 11 and 52. RGB value is (189,17,82). Sum of RGB (Red+Green+Blue) = 189+17+82=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1152 is #42EEAD. Grayscale: #4B4B4B. Windows color (decimal): -4386478 or 5378493. OLE color: 5378493.

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

Color convert

RGB1891782-
CMYK00.910.570.26
HSL337.33º83.5%40.39%-
HSV(B)337.33º91.01%74.12%-
XYZ22.7111.839.07-
YUV75.84131.48208.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.62%
GREEN value IS 17 (7.03% from 255) = 5.90%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=65.62%
G=5.90%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189178200.910.570.26337.3383.540.39
HexBD115205B391A1515328
Octal275211220133713252112350
Binary1011110110001101001001011011111001110101010100011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1152; }

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

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

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

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

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

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

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

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