#b6074c

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

Shades of Jazzberry Jam #B6074C

Tints of Jazzberry Jam #B6074C

Color information

#B6074C (or 0xB6074C) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 07 and 4C. RGB value is (182,7,76). Sum of RGB (Red+Green+Blue) = 182+7+76=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B6074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6074C is #49F8B3. Grayscale: #434343. Windows color (decimal): -4847796 or 4982710. OLE color: 4982710.

HSL color Cylindrical-coordinate representation of color #B6074C: hue angle of 336.34º degrees, saturation: 0.93, 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 #B6074C is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB182776-
CMYK00.960.580.29
HSL336.34º92.59%37.06%-
HSV(B)336.34º96.15%71.37%-
XYZ20.6710.627.8-
YUV67.19132.98209.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.68%
GREEN value IS 7 (3.12% from 255) = 2.64%
BLUE value IS 76 (30.08% from 255) = 28.68%
R=68.68%
G=2.64%
B=28.68%

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
Decimal18277600.960.580.29336.3492.5937.06
HexB674C0603A1D1505d25
Octal26671140140723552013545
Binary10110110111100110001100000111010111011010100001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6074c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6074c; }

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

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

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

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

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

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

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

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