#BD1054

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

Shades of Jazzberry Jam #BD1054

Tints of Jazzberry Jam #BD1054

Color information

#BD1054 (or 0xBD1054) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 10 and 54. RGB value is (189,16,84). Sum of RGB (Red+Green+Blue) = 189+16+84=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1054 is #42EFAB. Grayscale: #4B4B4B. Windows color (decimal): -4386732 or 5509309. OLE color: 5509309.

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

Color convert

RGB1891684-
CMYK00.920.560.26
HSL336.42º84.39%40.2%-
HSV(B)336.42º91.53%74.12%-
XYZ22.7711.839.47-
YUV75.48132.81208.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.40%
GREEN value IS 16 (6.64% from 255) = 5.54%
BLUE value IS 84 (33.20% from 255) = 29.07%
R=65.40%
G=5.54%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189168400.920.560.26336.4284.3940.2
HexBD105405C381A1505428
Octal275201240134703252012450
Binary1011110110000101010001011100111000110101010100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1054; }

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

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

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

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

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

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

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

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