#B0164D

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

Shades of Jazzberry Jam #B0164D

Tints of Jazzberry Jam #B0164D

Color information

#B0164D (or 0xB0164D) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 16 and 4D. RGB value is (176,22,77). Sum of RGB (Red+Green+Blue) = 176+22+77=275 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 176 - color contains mainly: red. Hex color #B0164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0164D is #4FE9B2. Grayscale: #4A4A4A. Windows color (decimal): -5237171 or 5052080. OLE color: 5052080.

HSL color Cylindrical-coordinate representation of color #B0164D: hue angle of 338.57º 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 #B0164D is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1762277-
CMYK00.880.560.31
HSL338.57º77.78%38.82%-
HSV(B)338.57º87.5%69.02%-
XYZ19.5310.347.99-
YUV74.32129.52200.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 77 (30.47% from 255) = 28%
R=64%
G=8%
B=28%

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
Decimal176227700.880.560.31338.5777.7838.82
HexB0164D058381F1534e27
Octal260261150130703752311647
Binary1011000010110100110101011000111000111111010100111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0164D; }

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

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

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

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

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

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

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

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