#BD0656

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

Shades of Jazzberry Jam #BD0656

Tints of Jazzberry Jam #BD0656

Color information

#BD0656 (or 0xBD0656) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 06 and 56. RGB value is (189,6,86). Sum of RGB (Red+Green+Blue) = 189+6+86=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0656 is #42F9A9. Grayscale: #454545. Windows color (decimal): -4389290 or 5637821. OLE color: 5637821.

HSL color Cylindrical-coordinate representation of color #BD0656: hue angle of 333.77º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0656 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB189686-
CMYK00.970.540.26
HSL333.77º93.85%38.24%-
HSV(B)333.77º96.83%74.12%-
XYZ22.7311.629.85-
YUV69.84137.13213-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.26%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=67.26%
G=2.14%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18968600.970.540.26333.7793.8538.24
HexBD656061361A14e5e26
Octal27561260141663251613646
Binary10111101110101011001100001110110110101010011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0656; }

 p { color: rgb(189,6,86); }

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

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

 a { background-color: rgb(189,6,86); }

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

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

 span { border-color: rgb(189,6,86); }

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