#B80A6B

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

Shades of Jazzberry Jam #B80A6B

Tints of Jazzberry Jam #B80A6B

Color information

#B80A6B (or 0xB80A6B) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 0A and 6B. RGB value is (184,10,107). Sum of RGB (Red+Green+Blue) = 184+10+107=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80A6B is #47F594. Grayscale: #484848. Windows color (decimal): -4715925 or 7015096. OLE color: 7015096.

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

Color convert

RGB18410107-
CMYK00.950.420.28
HSL326.55º89.69%38.04%-
HSV(B)326.55º94.57%72.16%-
XYZ22.5311.4714.94-
YUV73.08147.15207.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.13%
GREEN value IS 10 (4.30% from 255) = 3.32%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=61.13%
G=3.32%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841010700.950.420.28326.5589.6938.04
HexB8A6B05F2A1C1475a26
Octal270121530137523450713246
Binary101110001010110101101011111101010111001010001111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80A6B; }

 p { color: rgb(184,10,107); }

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

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

 a { background-color: rgb(184,10,107); }

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

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

 span { border-color: rgb(184,10,107); }

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