#B8066A

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

Shades of Jazzberry Jam #B8066A

Tints of Jazzberry Jam #B8066A

Color information

#B8066A (or 0xB8066A) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 06 and 6A. RGB value is (184,6,106). Sum of RGB (Red+Green+Blue) = 184+6+106=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8066A is #47F995. Grayscale: #464646. Windows color (decimal): -4716950 or 6948536. OLE color: 6948536.

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

Color convert

RGB1846106-
CMYK00.970.420.28
HSL326.29º93.68%37.25%-
HSV(B)326.29º96.74%72.16%-
XYZ22.4311.3614.65-
YUV70.62147.97208.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.16%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=62.16%
G=2.03%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184610600.970.420.28326.2993.6837.25
HexB866A0612A1C1465e25
Octal27061520141523450613645
Binary10111000110110101001100001101010111001010001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8066A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8066A; }

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

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

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

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

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

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

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

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