#B80168

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

Shades of Jazzberry Jam #B80168

Tints of Jazzberry Jam #B80168

Color information

#B80168 (or 0xB80168) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 01 and 68. RGB value is (184,1,104). Sum of RGB (Red+Green+Blue) = 184+1+104=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B80168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80168 is #47FE97. Grayscale: #434343. Windows color (decimal): -4718232 or 6816184. OLE color: 6816184.

HSL color Cylindrical-coordinate representation of color #B80168: hue angle of 326.23º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80168 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB1841104-
CMYK00.990.430.28
HSL326.23º98.92%36.27%-
HSV(B)326.23º99.46%72.16%-
XYZ22.2811.2114.09-
YUV67.46148.63211.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.67%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=63.67%
G=0.35%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184110400.990.430.28326.2398.9236.27
HexB81680632B1C1466324
Octal27011500143533450614344
Binary101110001110100001100011101011111001010001101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80168; }

 p { color: rgb(184,1,104); }

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

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

 a { background-color: rgb(184,1,104); }

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

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

 span { border-color: rgb(184,1,104); }

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