#BD064E

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

Shades of Jazzberry Jam #BD064E

Tints of Jazzberry Jam #BD064E

Color information

#BD064E (or 0xBD064E) is unknown color: approx Jazzberry Jam. HEX triplet: BD, 06 and 4E. RGB value is (189,6,78). Sum of RGB (Red+Green+Blue) = 189+6+78=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD064E is #42F9B1. Grayscale: #444444. Windows color (decimal): -4389298 or 5113533. OLE color: 5113533.

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

Color convert

RGB189678-
CMYK00.970.590.26
HSL336.39º93.85%38.24%-
HSV(B)336.39º96.83%74.12%-
XYZ22.4311.58.25-
YUV68.92133.13213.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 69.23%
GREEN value IS 6 (2.73% from 255) = 2.20%
BLUE value IS 78 (30.86% from 255) = 28.57%
R=69.23%
G=2.20%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18967800.970.590.26336.3993.8538.24
HexBD64E0613B1A1505e26
Octal27561160141733252013646
Binary10111101110100111001100001111011110101010100001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD064E; }

 p { color: rgb(189,6,78); }

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

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

 a { background-color: rgb(189,6,78); }

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

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

 span { border-color: rgb(189,6,78); }

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