#B60A5E

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

Shades of Jazzberry Jam #B60A5E

Tints of Jazzberry Jam #B60A5E

Color information

#B60A5E (or 0xB60A5E) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 0A and 5E. RGB value is (182,10,94). Sum of RGB (Red+Green+Blue) = 182+10+94=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B60A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60A5E is #49F5A1. Grayscale: #464646. Windows color (decimal): -4847010 or 6163126. OLE color: 6163126.

HSL color Cylindrical-coordinate representation of color #B60A5E: hue angle of 330.7º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60A5E is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1821094-
CMYK00.950.480.29
HSL330.7º89.58%37.65%-
HSV(B)330.7º94.51%71.37%-
XYZ21.4210.9711.58-
YUV71140.98207.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.64%
GREEN value IS 10 (4.30% from 255) = 3.50%
BLUE value IS 94 (37.11% from 255) = 32.87%
R=63.64%
G=3.50%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182109400.950.480.29330.789.5837.65
HexB6A5E05F301D14b5a26
Octal266121360137603551313246
Binary101101101010101111001011111110000111011010010111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60A5E; }

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

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

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

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

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

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

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

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