#B6084C

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

Shades of Jazzberry Jam #B6084C

Tints of Jazzberry Jam #B6084C

Color information

#B6084C (or 0xB6084C) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 08 and 4C. RGB value is (182,8,76). Sum of RGB (Red+Green+Blue) = 182+8+76=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B6084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6084C is #49F7B3. Grayscale: #434343. Windows color (decimal): -4847540 or 4982966. OLE color: 4982966.

HSL color Cylindrical-coordinate representation of color #B6084C: hue angle of 336.55º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6084C is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB182876-
CMYK00.960.580.29
HSL336.55º91.58%37.25%-
HSV(B)336.55º95.6%71.37%-
XYZ20.6810.647.8-
YUV67.78132.65209.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.42%
GREEN value IS 8 (3.52% from 255) = 3.01%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=68.42%
G=3.01%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18287600.960.580.29336.5591.5837.25
HexB684C0603A1D1515c25
Octal266101140140723552113445
Binary101101101000100110001100000111010111011010100011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6084C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6084C; }

 p { color: rgb(182,8,76); }

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

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

 a { background-color: rgb(182,8,76); }

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

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

 span { border-color: rgb(182,8,76); }

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