#B0164E

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

Shades of Jazzberry Jam #B0164E

Tints of Jazzberry Jam #B0164E

Color information

#B0164E (or 0xB0164E) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 16 and 4E. RGB value is (176,22,78). Sum of RGB (Red+Green+Blue) = 176+22+78=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0164E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0164E is #4FE9B1. Grayscale: #4A4A4A. Windows color (decimal): -5237170 or 5117616. OLE color: 5117616.

HSL color Cylindrical-coordinate representation of color #B0164E: hue angle of 338.18º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0164E is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1762278-
CMYK00.880.560.31
HSL338.18º77.78%38.82%-
HSV(B)338.18º87.5%69.02%-
XYZ19.5710.358.17-
YUV74.43130.02200.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.77%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=63.77%
G=7.97%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176227800.880.560.31338.1877.7838.82
HexB0164E058381F1524e27
Octal260261160130703752211647
Binary1011000010110100111001011000111000111111010100101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0164E; }

 p { color: rgb(176,22,78); }

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

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

 a { background-color: rgb(176,22,78); }

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

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

 span { border-color: rgb(176,22,78); }

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