#B3185C

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

Shades of Jazzberry Jam #B3185C

Tints of Jazzberry Jam #B3185C

Color information

#B3185C (or 0xB3185C) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 18 and 5C. RGB value is (179,24,92). Sum of RGB (Red+Green+Blue) = 179+24+92=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B3185C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3185C is #4CE7A3. Grayscale: #4D4D4D. Windows color (decimal): -5040036 or 6035635. OLE color: 6035635.

HSL color Cylindrical-coordinate representation of color #B3185C: hue angle of 333.68º 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 #B3185C is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB1792492-
CMYK00.870.490.30
HSL333.68º76.35%39.8%-
HSV(B)333.68º86.59%70.2%-
XYZ20.8511.0111.15-
YUV78.1135.85199.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.68%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=60.68%
G=8.14%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179249200.870.490.30333.6876.3539.8
HexB3185C057311E14e4c28
Octal263301340127613651611450
Binary1011001111000101110001010111110001111101010011101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3185C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3185C; }

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

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

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

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

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

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

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

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