#B8064D

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

Shades of Jazzberry Jam #B8064D

Tints of Jazzberry Jam #B8064D

Color information

#B8064D (or 0xB8064D) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 06 and 4D. RGB value is (184,6,77). Sum of RGB (Red+Green+Blue) = 184+6+77=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8064D is #47F9B2. Grayscale: #434343. Windows color (decimal): -4716979 or 5047992. OLE color: 5047992.

HSL color Cylindrical-coordinate representation of color #B8064D: hue angle of 336.07º 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 #B8064D is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB184677-
CMYK00.970.580.28
HSL336.07º93.68%37.25%-
HSV(B)336.07º96.74%72.16%-
XYZ21.1710.868-
YUV67.32133.47211.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.91%
GREEN value IS 6 (2.73% from 255) = 2.25%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=68.91%
G=2.25%
B=28.84%

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
Decimal18467700.970.580.28336.0793.6837.25
HexB864D0613A1C1505e25
Octal27061150141723452013645
Binary10111000110100110101100001111010111001010100001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8064D; }

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

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

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

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

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

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

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

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