#BD0A54

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

Shades of Jazzberry Jam #BD0A54

Tints of Jazzberry Jam #BD0A54

Color information

#BD0A54 (or 0xBD0A54) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 0A and 54. RGB value is (189,10,84). Sum of RGB (Red+Green+Blue) = 189+10+84=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0A54 is #42F5AB. Grayscale: #474747. Windows color (decimal): -4388268 or 5507773. OLE color: 5507773.

HSL color Cylindrical-coordinate representation of color #BD0A54: hue angle of 335.2º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0A54 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB1891084-
CMYK00.950.560.26
HSL335.2º89.95%39.02%-
HSV(B)335.2º94.71%74.12%-
XYZ22.711.689.45-
YUV71.96134.8211.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.78%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 84 (33.20% from 255) = 29.68%
R=66.78%
G=3.53%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189108400.950.560.26335.289.9539.02
HexBDA5405F381A14f5a27
Octal275121240137703251713247
Binary101111011010101010001011111111000110101010011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0A54; }

 p { color: rgb(189,10,84); }

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

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

 a { background-color: rgb(189,10,84); }

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

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

 span { border-color: rgb(189,10,84); }

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