#B6145E

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

Shades of Jazzberry Jam #B6145E

Tints of Jazzberry Jam #B6145E

Color information

#B6145E (or 0xB6145E) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 14 and 5E. RGB value is (182,20,94). Sum of RGB (Red+Green+Blue) = 182+20+94=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B6145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6145E is #49EBA1. Grayscale: #4C4C4C. Windows color (decimal): -4844450 or 6165686. OLE color: 6165686.

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

Color convert

RGB1822094-
CMYK00.890.480.29
HSL332.59º80.2%39.61%-
HSV(B)332.59º89.01%71.37%-
XYZ21.5611.2511.63-
YUV76.87137.67202.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.49%
GREEN value IS 20 (8.20% from 255) = 6.76%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=61.49%
G=6.76%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182209400.890.480.29332.5980.239.61
HexB6145E059301D14d5028
Octal266241360131603551512050
Binary1011011010100101111001011001110000111011010011011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6145E; }

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

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

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

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

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

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

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

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