#b0165e

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

Shades of Jazzberry Jam #B0165E

Tints of Jazzberry Jam #B0165E

Color information

#B0165E (or 0xB0165E) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 16 and 5E. RGB value is (176,22,94). Sum of RGB (Red+Green+Blue) = 176+22+94=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0165E is #4FE9A1. Grayscale: #4C4C4C. Windows color (decimal): -5237154 or 6166192. OLE color: 6166192.

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

Color convert

RGB1762294-
CMYK00.880.470.31
HSL331.95º77.78%38.82%-
HSV(B)331.95º87.5%69.02%-
XYZ20.2110.6111.57-
YUV76.25138.02199.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.27%
GREEN value IS 22 (8.98% from 255) = 7.53%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=60.27%
G=7.53%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176229400.880.470.31331.9577.7838.82
HexB0165E0582F1F14c4e27
Octal260261360130573751411647
Binary1011000010110101111001011000101111111111010011001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0165e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0165e; }

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

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

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

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

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

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

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

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