#BD1262

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

Shades of Jazzberry Jam #BD1262

Tints of Jazzberry Jam #BD1262

Color information

#BD1262 (or 0xBD1262) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 12 and 62. RGB value is (189,18,98). Sum of RGB (Red+Green+Blue) = 189+18+98=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1262 is #42ED9D. Grayscale: #4E4E4E. Windows color (decimal): -4386206 or 6427325. OLE color: 6427325.

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

Color convert

RGB1891898-
CMYK00.900.480.26
HSL331.93º82.61%40.59%-
HSV(B)331.93º90.48%74.12%-
XYZ23.4112.1312.66-
YUV78.25139.15207-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 18 (7.42% from 255) = 5.90%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=61.97%
G=5.90%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189800.900.480.26331.9382.6140.59
HexBD126205A301A14c5329
Octal275221420132603251412351
Binary1011110110010110001001011010110000110101010011001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1262; }

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

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

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

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

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

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

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

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