#B3185E

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

Shades of Jazzberry Jam #B3185E

Tints of Jazzberry Jam #B3185E

Color information

#B3185E (or 0xB3185E) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 18 and 5E. RGB value is (179,24,94). Sum of RGB (Red+Green+Blue) = 179+24+94=297 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.27% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 179 - color contains mainly: red. Hex color #B3185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3185E is #4CE7A1. Grayscale: #4E4E4E. Windows color (decimal): -5040034 or 6166707. OLE color: 6166707.

HSL color Cylindrical-coordinate representation of color #B3185E: hue angle of 332.9º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3185E is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1792494-
CMYK00.870.470.30
HSL332.9º76.35%39.8%-
HSV(B)332.9º86.59%70.2%-
XYZ20.9411.0511.62-
YUV78.32136.85199.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.27%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=60.27%
G=8.08%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179249400.870.470.30332.976.3539.8
HexB3185E0572F1E14d4c28
Octal263301360127573651511450
Binary1011001111000101111001010111101111111101010011011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3185E; }

 p { color: rgb(179,24,94); }

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

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

 a { background-color: rgb(179,24,94); }

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

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

 span { border-color: rgb(179,24,94); }

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