#BD045A

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

Shades of Jazzberry Jam #BD045A

Tints of Jazzberry Jam #BD045A

Color information

#BD045A (or 0xBD045A) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 04 and 5A. RGB value is (189,4,90). Sum of RGB (Red+Green+Blue) = 189+4+90=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD045A is #42FBA5. Grayscale: #444444. Windows color (decimal): -4389798 or 5899453. OLE color: 5899453.

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

Color convert

RGB189490-
CMYK00.980.520.26
HSL332.11º95.85%37.84%-
HSV(B)332.11º97.88%74.12%-
XYZ22.8811.6410.71-
YUV69.12139.79213.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.78%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=66.78%
G=1.41%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18949000.980.520.26332.1195.8537.84
HexBD45A062341A14c6026
Octal27541320142643251414046
Binary10111101100101101001100010110100110101010011001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD045A; }

 p { color: rgb(189,4,90); }

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

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

 a { background-color: rgb(189,4,90); }

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

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

 span { border-color: rgb(189,4,90); }

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