#BD014A

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

Shades of Jazzberry Jam #BD014A

Tints of Jazzberry Jam #BD014A

Color information

#BD014A (or 0xBD014A) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 01 and 4A. RGB value is (189,1,74). Sum of RGB (Red+Green+Blue) = 189+1+74=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD014A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD014A is #42FEB5. Grayscale: #414141. Windows color (decimal): -4390582 or 4850109. OLE color: 4850109.

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

Color convert

RGB189174-
CMYK00.990.610.26
HSL336.7º98.95%37.25%-
HSV(B)336.7º99.47%74.12%-
XYZ22.2311.337.49-
YUV65.53132.78216.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.59%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=71.59%
G=0.38%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917400.990.610.26336.798.9537.25
HexBD14A0633D1A1516325
Octal27511120143753252114345
Binary101111011100101001100011111101110101010100011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD014A; }

 p { color: rgb(189,1,74); }

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

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

 a { background-color: rgb(189,1,74); }

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

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

 span { border-color: rgb(189,1,74); }

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