#B80F6E

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

Shades of Jazzberry Jam #B80F6E

Tints of Jazzberry Jam #B80F6E

Color information

#B80F6E (or 0xB80F6E) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 0F and 6E. RGB value is (184,15,110). Sum of RGB (Red+Green+Blue) = 184+15+110=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B80F6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80F6E is #47F091. Grayscale: #4C4C4C. Windows color (decimal): -4714642 or 7212984. OLE color: 7212984.

HSL color Cylindrical-coordinate representation of color #B80F6E: hue angle of 326.27º 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 #B80F6E is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB18415110-
CMYK00.920.400.28
HSL326.27º84.92%39.02%-
HSV(B)326.27º91.85%72.16%-
XYZ22.7511.6615.8-
YUV76.36146.99204.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 15 (6.25% from 255) = 4.85%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=59.55%
G=4.85%
B=35.60%

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
Decimal1841511000.920.400.28326.2784.9239.02
HexB8F6E05C281C1465527
Octal270171560134503450612547
Binary101110001111110111001011100101000111001010001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80F6E; }

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

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

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

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

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

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

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

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