#B0146D

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

Shades of Jazzberry Jam #B0146D

Tints of Jazzberry Jam #B0146D

Color information

#B0146D (or 0xB0146D) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 14 and 6D. RGB value is (176,20,109). Sum of RGB (Red+Green+Blue) = 176+20+109=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0146D is #4FEB92. Grayscale: #4C4C4C. Windows color (decimal): -5237651 or 7148720. OLE color: 7148720.

HSL color Cylindrical-coordinate representation of color #B0146D: hue angle of 325.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0146D is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17620109-
CMYK00.890.380.31
HSL325.77º79.59%38.43%-
HSV(B)325.77º88.64%69.02%-
XYZ20.9110.8315.46-
YUV76.79146.18198.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.70%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=57.70%
G=6.56%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762010900.890.380.31325.7779.5938.43
HexB0146D059261F1465026
Octal260241550131463750612046
Binary1011000010100110110101011001100110111111010001101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0146D; }

 p { color: rgb(176,20,109); }

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

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

 a { background-color: rgb(176,20,109); }

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

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

 span { border-color: rgb(176,20,109); }

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