#B4076E

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

Shades of Jazzberry Jam #B4076E

Tints of Jazzberry Jam #B4076E

Color information

#B4076E (or 0xB4076E) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 07 and 6E. RGB value is (180,7,110). Sum of RGB (Red+Green+Blue) = 180+7+110=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B4076E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4076E is #4BF891. Grayscale: #464646. Windows color (decimal): -4978834 or 7210932. OLE color: 7210932.

HSL color Cylindrical-coordinate representation of color #B4076E: hue angle of 324.28º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4076E is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB1807110-
CMYK00.960.390.29
HSL324.28º92.51%36.67%-
HSV(B)324.28º96.11%70.59%-
XYZ21.7110.9815.73-
YUV70.47150.31206.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.61%
GREEN value IS 7 (3.12% from 255) = 2.36%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=60.61%
G=2.36%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180711000.960.390.29324.2892.5136.67
HexB476E060271D1445d25
Octal26471560140473550413545
Binary10110100111110111001100000100111111011010001001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4076E; }

 p { color: rgb(180,7,110); }

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

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

 a { background-color: rgb(180,7,110); }

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

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

 span { border-color: rgb(180,7,110); }

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