#B9064A

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

Shades of Jazzberry Jam #B9064A

Tints of Jazzberry Jam #B9064A

Color information

#B9064A (or 0xB9064A) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 06 and 4A. RGB value is (185,6,74). Sum of RGB (Red+Green+Blue) = 185+6+74=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9064A is #46F9B5. Grayscale: #434343. Windows color (decimal): -4651446 or 4851385. OLE color: 4851385.

HSL color Cylindrical-coordinate representation of color #B9064A: hue angle of 337.21º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9064A is Cyan = 0, Magento = 0.97, Yellow = 0.6 and Black (K on CMYK) = 0.27.

Color convert

RGB185674-
CMYK00.970.60.27
HSL337.21º93.72%37.45%-
HSV(B)337.21º96.76%72.55%-
XYZ21.3110.947.47-
YUV67.27131.8211.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.81%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=69.81%
G=2.26%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18567400.970.60.27337.2193.7237.45
HexB964A0613C1B1515e25
Octal27161120141743352113645
Binary10111001110100101001100001111100110111010100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9064A; }

 p { color: rgb(185,6,74); }

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

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

 a { background-color: rgb(185,6,74); }

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

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

 span { border-color: rgb(185,6,74); }

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