#B40769

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

Shades of Jazzberry Jam #B40769

Tints of Jazzberry Jam #B40769

Color information

#B40769 (or 0xB40769) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 07 and 69. RGB value is (180,7,105). Sum of RGB (Red+Green+Blue) = 180+7+105=292 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.64% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 180 - color contains mainly: red. Hex color #B40769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40769 is #4BF896. Grayscale: #454545. Windows color (decimal): -4978839 or 6883252. OLE color: 6883252.

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

Color convert

RGB1807105-
CMYK00.960.420.29
HSL326.01º92.51%36.67%-
HSV(B)326.01º96.11%70.59%-
XYZ21.4510.8814.33-
YUV69.9147.81206.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.64%
GREEN value IS 7 (3.12% from 255) = 2.40%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=61.64%
G=2.40%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180710500.960.420.29326.0192.5136.67
HexB47690602A1D1465d25
Octal26471510140523550613545
Binary10110100111110100101100000101010111011010001101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40769; }

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

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

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

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

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

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

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

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