#B4076F

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

Shades of Jazzberry Jam #B4076F

Tints of Jazzberry Jam #B4076F

Color information

#B4076F (or 0xB4076F) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 07 and 6F. RGB value is (180,7,111). Sum of RGB (Red+Green+Blue) = 180+7+111=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B4076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4076F is #4BF890. Grayscale: #464646. Windows color (decimal): -4978833 or 7276468. OLE color: 7276468.

HSL color Cylindrical-coordinate representation of color #B4076F: hue angle of 323.93º 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 #B4076F is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB1807111-
CMYK00.960.380.29
HSL323.93º92.51%36.67%-
HSV(B)323.93º96.11%70.59%-
XYZ21.771116.02-
YUV70.58150.81206.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60.40%
GREEN value IS 7 (3.12% from 255) = 2.35%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=60.40%
G=2.35%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180711100.960.380.29323.9392.5136.67
HexB476F060261D1445d25
Octal26471570140463550413545
Binary10110100111110111101100000100110111011010001001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4076F; }

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

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

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

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

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

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

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

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