#B8064E

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

Shades of Jazzberry Jam #B8064E

Tints of Jazzberry Jam #B8064E

Color information

#B8064E (or 0xB8064E) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 06 and 4E. RGB value is (184,6,78). Sum of RGB (Red+Green+Blue) = 184+6+78=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B8064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8064E is #47F9B1. Grayscale: #434343. Windows color (decimal): -4716978 or 5113528. OLE color: 5113528.

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

Color convert

RGB184678-
CMYK00.970.580.28
HSL335.73º93.68%37.25%-
HSV(B)335.73º96.74%72.16%-
XYZ21.2110.878.19-
YUV67.43133.97211.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.66%
GREEN value IS 6 (2.73% from 255) = 2.24%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=68.66%
G=2.24%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18467800.970.580.28335.7393.6837.25
HexB864E0613A1C1505e25
Octal27061160141723452013645
Binary10111000110100111001100001111010111001010100001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8064E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8064E; }

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

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

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

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

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

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

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

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