#BD0266

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

Shades of Jazzberry Jam #BD0266

Tints of Jazzberry Jam #BD0266

Color information

#BD0266 (or 0xBD0266) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 02 and 66. RGB value is (189,2,102). Sum of RGB (Red+Green+Blue) = 189+2+102=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0266 is #42FD99. Grayscale: #454545. Windows color (decimal): -4390298 or 6685373. OLE color: 6685373.

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

Color convert

RGB1892102-
CMYK00.990.460.26
HSL327.91º97.91%37.45%-
HSV(B)327.91º98.94%74.12%-
XYZ23.4111.8213.62-
YUV69.31146.45213.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=64.51%
G=0.68%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189210200.990.460.26327.9197.9137.45
HexBD2660632E1A1486225
Octal27521460143563251014245
Binary1011110110110011001100011101110110101010010001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0266; }

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

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

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

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

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

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

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

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