#BD005D

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

Shades of Jazzberry Jam #BD005D

Tints of Jazzberry Jam #BD005D

Color information

#BD005D (or 0xBD005D) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 00 and 5D. RGB value is (189,0,93). Sum of RGB (Red+Green+Blue) = 189+0+93=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD005D is #42FFA2. Grayscale: #424242. Windows color (decimal): -4390819 or 6095037. OLE color: 6095037.

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

Color convert

RGB189093-
CMYK010.510.26
HSL330.48º100%37.06%-
HSV(B)330.48º100%74.12%-
XYZ22.9611.6111.39-
YUV67.11142.62214.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 67.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=67.02%
G=0%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189093010.510.26330.4810037.06
HexBD05D064331A14a6425
Octal27501350144633251214445
Binary101111010101110101100100110011110101010010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD005D; }

 p { color: rgb(189,0,93); }

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

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

 a { background-color: rgb(189,0,93); }

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

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

 span { border-color: rgb(189,0,93); }

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