#BD1252

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

Shades of Jazzberry Jam #BD1252

Tints of Jazzberry Jam #BD1252

Color information

#BD1252 (or 0xBD1252) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 12 and 52. RGB value is (189,18,82). Sum of RGB (Red+Green+Blue) = 189+18+82=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1252 is #42EDAD. Grayscale: #4C4C4C. Windows color (decimal): -4386222 or 5378749. OLE color: 5378749.

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

Color convert

RGB1891882-
CMYK00.900.570.26
HSL337.54º82.61%40.59%-
HSV(B)337.54º90.48%74.12%-
XYZ22.7311.869.07-
YUV76.42131.15208.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.40%
GREEN value IS 18 (7.42% from 255) = 6.23%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=65.40%
G=6.23%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189188200.900.570.26337.5482.6140.59
HexBD125205A391A1525329
Octal275221220132713252212351
Binary1011110110010101001001011010111001110101010100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1252; }

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

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

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

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

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

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

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

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