#B0094A

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

Shades of Jazzberry Jam #B0094A

Tints of Jazzberry Jam #B0094A

Color information

#B0094A (or 0xB0094A) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 09 and 4A. RGB value is (176,9,74). Sum of RGB (Red+Green+Blue) = 176+9+74=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0094A is #4FF6B5. Grayscale: #424242. Windows color (decimal): -5240502 or 4852144. OLE color: 4852144.

HSL color Cylindrical-coordinate representation of color #B0094A: hue angle of 336.65º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0094A is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB176974-
CMYK00.950.580.31
HSL336.65º90.27%36.27%-
HSV(B)336.65º94.89%69.02%-
XYZ19.249.927.38-
YUV66.34132.33206.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.95%
GREEN value IS 9 (3.91% from 255) = 3.47%
BLUE value IS 74 (29.30% from 255) = 28.57%
R=67.95%
G=3.47%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17697400.950.580.31336.6590.2736.27
HexB094A05F3A1F1515a24
Octal260111120137723752113244
Binary101100001001100101001011111111010111111010100011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0094A; }

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

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

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

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

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

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

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

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