#B6035E

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

Shades of Jazzberry Jam #B6035E

Tints of Jazzberry Jam #B6035E

Color information

#B6035E (or 0xB6035E) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 03 and 5E. RGB value is (182,3,94). Sum of RGB (Red+Green+Blue) = 182+3+94=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6035E is #49FCA1. Grayscale: #424242. Windows color (decimal): -4848802 or 6161334. OLE color: 6161334.

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

Color convert

RGB182394-
CMYK00.980.480.29
HSL329.5º96.76%36.27%-
HSV(B)329.5º98.35%71.37%-
XYZ21.3410.8211.55-
YUV66.9143.3210.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.23%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=65.23%
G=1.08%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18239400.980.480.29329.596.7636.27
HexB635E062301D1496124
Octal26631360142603551114144
Binary1011011011101111001100010110000111011010010011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6035E; }

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

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

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

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

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

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

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

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