#B91453

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

Shades of Jazzberry Jam #B91453

Tints of Jazzberry Jam #B91453

Color information

#B91453 (or 0xB91453) is unknown color: approx Jazzberry Jam. HEX triplet: B9, 14 and 53. RGB value is (185,20,83). Sum of RGB (Red+Green+Blue) = 185+20+83=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B91453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91453 is #46EBAC. Grayscale: #4C4C4C. Windows color (decimal): -4647853 or 5444793. OLE color: 5444793.

HSL color Cylindrical-coordinate representation of color #B91453: hue angle of 337.09º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91453 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1852083-
CMYK00.890.550.27
HSL337.09º80.49%40.2%-
HSV(B)337.09º89.19%72.55%-
XYZ21.8211.449.24-
YUV76.52131.66205.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.24%
GREEN value IS 20 (8.20% from 255) = 6.94%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=64.24%
G=6.94%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185208300.890.550.27337.0980.4940.2
HexB91453059371B1515028
Octal271241230131673352112050
Binary1011100110100101001101011001110111110111010100011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91453; }

 p { color: rgb(185,20,83); }

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

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

 a { background-color: rgb(185,20,83); }

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

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

 span { border-color: rgb(185,20,83); }

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