#B80C5C

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

Shades of Jazzberry Jam #B80C5C

Tints of Jazzberry Jam #B80C5C

Color information

#B80C5C (or 0xB80C5C) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 0C and 5C. RGB value is (184,12,92). Sum of RGB (Red+Green+Blue) = 184+12+92=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80C5C is #47F3A3. Grayscale: #484848. Windows color (decimal): -4715428 or 6032568. OLE color: 6032568.

HSL color Cylindrical-coordinate representation of color #B80C5C: hue angle of 332.09º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80C5C is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB1841292-
CMYK00.930.500.28
HSL332.09º87.76%38.43%-
HSV(B)332.09º93.48%72.16%-
XYZ21.8311.2311.14-
YUV72.55138.98207.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.89%
GREEN value IS 12 (5.08% from 255) = 4.17%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=63.89%
G=4.17%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184129200.930.500.28332.0987.7638.43
HexB8C5C05D321C14c5826
Octal270141340135623451413046
Binary101110001100101110001011101110010111001010011001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80C5C; }

 p { color: rgb(184,12,92); }

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

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

 a { background-color: rgb(184,12,92); }

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

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

 span { border-color: rgb(184,12,92); }

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