#B6035C

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

Shades of Jazzberry Jam #B6035C

Tints of Jazzberry Jam #B6035C

Color information

#B6035C (or 0xB6035C) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 03 and 5C. RGB value is (182,3,92). Sum of RGB (Red+Green+Blue) = 182+3+92=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B6035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6035C is #49FCA3. Grayscale: #424242. Windows color (decimal): -4848804 or 6030262. OLE color: 6030262.

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

Color convert

RGB182392-
CMYK00.980.490.29
HSL330.17º96.76%36.27%-
HSV(B)330.17º98.35%71.37%-
XYZ21.2610.7811.09-
YUV66.67142.3210.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.70%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=65.70%
G=1.08%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18239200.980.490.29330.1796.7636.27
HexB635C062311D14a6124
Octal26631340142613551214144
Binary1011011011101110001100010110001111011010010101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6035C; }

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

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

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

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

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

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

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

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