#B6035A

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

Shades of Jazzberry Jam #B6035A

Tints of Jazzberry Jam #B6035A

Color information

#B6035A (or 0xB6035A) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 03 and 5A. RGB value is (182,3,90). Sum of RGB (Red+Green+Blue) = 182+3+90=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B6035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6035A is #49FCA5. Grayscale: #424242. Windows color (decimal): -4848806 or 5899190. OLE color: 5899190.

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

Color convert

RGB182390-
CMYK00.980.510.29
HSL330.84º96.76%36.27%-
HSV(B)330.84º98.35%71.37%-
XYZ21.1710.7510.63-
YUV66.44141.3210.43-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.18%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=66.18%
G=1.09%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18239000.980.510.29330.8496.7636.27
HexB635A062331D14b6124
Octal26631320142633551314144
Binary1011011011101101001100010110011111011010010111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6035A; }

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

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

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

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

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

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

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

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