#BD1261

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

Shades of Jazzberry Jam #BD1261

Tints of Jazzberry Jam #BD1261

Color information

#BD1261 (or 0xBD1261) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 12 and 61. RGB value is (189,18,97). Sum of RGB (Red+Green+Blue) = 189+18+97=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1261 is #42ED9E. Grayscale: #4D4D4D. Windows color (decimal): -4386207 or 6361789. OLE color: 6361789.

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

Color convert

RGB1891897-
CMYK00.900.490.26
HSL332.28º82.61%40.59%-
HSV(B)332.28º90.48%74.12%-
XYZ23.3612.1112.42-
YUV78.13138.65207.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.17%
GREEN value IS 18 (7.42% from 255) = 5.92%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=62.17%
G=5.92%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189700.900.490.26332.2882.6140.59
HexBD126105A311A14c5329
Octal275221410132613251412351
Binary1011110110010110000101011010110001110101010011001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1261; }

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

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

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

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

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

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

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

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