#B6095E

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

Shades of Jazzberry Jam #B6095E

Tints of Jazzberry Jam #B6095E

Color information

#B6095E (or 0xB6095E) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 09 and 5E. RGB value is (182,9,94). Sum of RGB (Red+Green+Blue) = 182+9+94=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B6095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6095E is #49F6A1. Grayscale: #464646. Windows color (decimal): -4847266 or 6162870. OLE color: 6162870.

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

Color convert

RGB182994-
CMYK00.950.480.29
HSL330.52º90.58%37.45%-
HSV(B)330.52º95.05%71.37%-
XYZ21.4110.9511.57-
YUV70.42141.31207.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=63.86%
G=3.16%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18299400.950.480.29330.5290.5837.45
HexB695E05F301D14b5b25
Octal266111360137603551313345
Binary101101101001101111001011111110000111011010010111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6095E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6095E; }

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

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

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

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

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

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

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

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