#B6094A

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

Shades of Jazzberry Jam #B6094A

Tints of Jazzberry Jam #B6094A

Color information

#B6094A (or 0xB6094A) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 09 and 4A. RGB value is (182,9,74). Sum of RGB (Red+Green+Blue) = 182+9+74=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B6094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6094A is #49F6B5. Grayscale: #444444. Windows color (decimal): -4847286 or 4852150. OLE color: 4852150.

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

Color convert

RGB182974-
CMYK00.950.590.29
HSL337.46º90.58%37.45%-
HSV(B)337.46º95.05%71.37%-
XYZ20.6310.637.44-
YUV68.14131.31209.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 68.68%
GREEN value IS 9 (3.91% from 255) = 3.40%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=68.68%
G=3.40%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18297400.950.590.29337.4690.5837.45
HexB694A05F3B1D1515b25
Octal266111120137733552113345
Binary101101101001100101001011111111011111011010100011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6094A; }

 p { color: rgb(182,9,74); }

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

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

 a { background-color: rgb(182,9,74); }

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

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

 span { border-color: rgb(182,9,74); }

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