#B9005B

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

Shades of Jazzberry Jam #B9005B

Tints of Jazzberry Jam #B9005B

Color information

#B9005B (or 0xB9005B) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 00 and 5B. RGB value is (185,0,91). Sum of RGB (Red+Green+Blue) = 185+0+91=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B9005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9005B is #46FFA4. Grayscale: #414141. Windows color (decimal): -4652965 or 5963961. OLE color: 5963961.

HSL color Cylindrical-coordinate representation of color #B9005B: hue angle of 330.49º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B9005B is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB185091-
CMYK010.510.27
HSL330.49º100%36.27%-
HSV(B)330.49º100%72.55%-
XYZ21.911.0710.88-
YUV65.69142.29213.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=67.03%
G=0%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185091010.510.27330.4910036.27
HexB905B064331B14a6424
Octal27101330144633351214444
Binary101110010101101101100100110011110111010010101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9005B; }

 p { color: rgb(185,0,91); }

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

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

 a { background-color: rgb(185,0,91); }

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

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

 span { border-color: rgb(185,0,91); }

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