#B6144E

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

Shades of Jazzberry Jam #B6144E

Tints of Jazzberry Jam #B6144E

Color information

#B6144E (or 0xB6144E) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 14 and 4E. RGB value is (182,20,78). Sum of RGB (Red+Green+Blue) = 182+20+78=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6144E is #49EBB1. Grayscale: #4A4A4A. Windows color (decimal): -4844466 or 5117110. OLE color: 5117110.

HSL color Cylindrical-coordinate representation of color #B6144E: hue angle of 338.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6144E is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1822078-
CMYK00.890.570.29
HSL338.52º80.2%39.61%-
HSV(B)338.52º89.01%71.37%-
XYZ20.92118.23-
YUV75.05129.67204.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65%
GREEN value IS 20 (8.20% from 255) = 7.14%
BLUE value IS 78 (30.86% from 255) = 27.86%
R=65%
G=7.14%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182207800.890.570.29338.5280.239.61
HexB6144E059391D1535028
Octal266241160131713552312050
Binary1011011010100100111001011001111001111011010100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6144E; }

 p { color: rgb(182,20,78); }

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

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

 a { background-color: rgb(182,20,78); }

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

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

 span { border-color: rgb(182,20,78); }

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