#BD0655

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

Shades of Jazzberry Jam #BD0655

Tints of Jazzberry Jam #BD0655

Color information

#BD0655 (or 0xBD0655) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 06 and 55. RGB value is (189,6,85). Sum of RGB (Red+Green+Blue) = 189+6+85=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0655 is #42F9AA. Grayscale: #454545. Windows color (decimal): -4389291 or 5572285. OLE color: 5572285.

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

Color convert

RGB189685-
CMYK00.970.550.26
HSL334.1º93.85%38.24%-
HSV(B)334.1º96.83%74.12%-
XYZ22.6911.69.64-
YUV69.72136.63213.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.5%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=67.5%
G=2.14%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18968500.970.550.26334.193.8538.24
HexBD655061371A14e5e26
Octal27561250141673251613646
Binary10111101110101010101100001110111110101010011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0655; }

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

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

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

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

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

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

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

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