#B4076A

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

Shades of Jazzberry Jam #B4076A

Tints of Jazzberry Jam #B4076A

Color information

#B4076A (or 0xB4076A) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 07 and 6A. RGB value is (180,7,106). Sum of RGB (Red+Green+Blue) = 180+7+106=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B4076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4076A is #4BF895. Grayscale: #454545. Windows color (decimal): -4978838 or 6948788. OLE color: 6948788.

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

Color convert

RGB1807106-
CMYK00.960.410.29
HSL325.66º92.51%36.67%-
HSV(B)325.66º96.11%70.59%-
XYZ21.510.914.61-
YUV70.01148.31206.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.43%
GREEN value IS 7 (3.12% from 255) = 2.39%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=61.43%
G=2.39%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180710600.960.410.29325.6692.5136.67
HexB476A060291D1465d25
Octal26471520140513550613545
Binary10110100111110101001100000101001111011010001101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4076A; }

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

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

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

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

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

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

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

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