#BD0265

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

Shades of Jazzberry Jam #BD0265

Tints of Jazzberry Jam #BD0265

Color information

#BD0265 (or 0xBD0265) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 02 and 65. RGB value is (189,2,101). Sum of RGB (Red+Green+Blue) = 189+2+101=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0265 is #42FD9A. Grayscale: #444444. Windows color (decimal): -4390299 or 6619837. OLE color: 6619837.

HSL color Cylindrical-coordinate representation of color #BD0265: hue angle of 328.24º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0265 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB1892101-
CMYK00.990.470.26
HSL328.24º97.91%37.45%-
HSV(B)328.24º98.94%74.12%-
XYZ23.3611.813.36-
YUV69.2145.95213.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.73%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=64.73%
G=0.68%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189210100.990.470.26328.2497.9137.45
HexBD2650632F1A1486225
Octal27521450143573251014245
Binary1011110110110010101100011101111110101010010001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0265; }

 p { color: rgb(189,2,101); }

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

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

 a { background-color: rgb(189,2,101); }

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

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

 span { border-color: rgb(189,2,101); }

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