#B80F6F

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

Shades of Jazzberry Jam #B80F6F

Tints of Jazzberry Jam #B80F6F

Color information

#B80F6F (or 0xB80F6F) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 0F and 6F. RGB value is (184,15,111). Sum of RGB (Red+Green+Blue) = 184+15+111=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80F6F is #47F090. Grayscale: #4C4C4C. Windows color (decimal): -4714641 or 7278520. OLE color: 7278520.

HSL color Cylindrical-coordinate representation of color #B80F6F: hue angle of 325.92º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80F6F is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18415111-
CMYK00.920.400.28
HSL325.92º84.92%39.02%-
HSV(B)325.92º91.85%72.16%-
XYZ22.8111.6816.09-
YUV76.47147.49204.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.35%
GREEN value IS 15 (6.25% from 255) = 4.84%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=59.35%
G=4.84%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841511100.920.400.28325.9284.9239.02
HexB8F6F05C281C1465527
Octal270171570134503450612547
Binary101110001111110111101011100101000111001010001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F6F; }

 p { color: rgb(184,15,111); }

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

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

 a { background-color: rgb(184,15,111); }

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

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

 span { border-color: rgb(184,15,111); }

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